From 4f211a5461c56e013f3baafd1b43bcc5d488b83c Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 11 Dec 2014 17:09:55 +0000 Subject: [PATCH] Fixing Docblock checker issue --- PHPCI/Helper/Lang.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PHPCI/Helper/Lang.php b/PHPCI/Helper/Lang.php index c9ccc227..fc0f5579 100644 --- a/PHPCI/Helper/Lang.php +++ b/PHPCI/Helper/Lang.php @@ -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)) {