Completed
Push — master ( 367661...0edf32 )
by Joram van den
03:48
created
lib/Ajde/Lang.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -209,6 +209,10 @@
 block discarded – undo
209 209
         $this->setLang($this->detect());
210 210
     }
211 211
 
212
+    /**
213
+     * @param string $ident
214
+     * @param string $module
215
+     */
212 216
     public static function trans($ident, $module = null)
213 217
     {
214 218
         return self::getInstance()->translate($ident, $module);
Please login to merge, or discard this patch.