PHPDoc, some trailing PHP tags removed

This commit is contained in:
Anton Terekhov
2012-11-19 19:20:15 +04:00
parent 1e0d1aaa38
commit 1354f3d001
8 changed files with 129 additions and 50 deletions

View File

@ -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()
{