PHPDoc, some trailing PHP tags removed
This commit is contained in:
@ -20,10 +20,11 @@ class I18N
|
||||
|
||||
static protected $lang = '';
|
||||
static protected $locale = '';
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param mixed $lang default language set
|
||||
* @throws InitializationException
|
||||
* @internal mixed $lang default language set
|
||||
*/
|
||||
static public function init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user