Fixing Docblock checker issue

This commit is contained in:
Dan Cryer 2014-12-11 17:09:55 +00:00
parent c81c0311cb
commit 28b24952ab

View file

@ -55,6 +55,11 @@ class Lang
return self::$language;
}
/**
* Try and load a language, and if successful, set it for use throughout the system.
* @param $language
* @return bool
*/
public static function setLanguage($language)
{
if (in_array($language, self::$languages)) {