Passed
Pull Request — master (#329)
by Mirko
08:13
created
htdocs/lib2/translationHandler.class.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -196,6 +196,11 @@  discard block
 block discarded – undo
196 196
 
197 197
     /* import variables for substition from config2/nodetext/
198 198
      */
199
+
200
+    /**
201
+     * @param string $file
202
+     * @param string $language
203
+     */
199 204
     public function loadNodeTextFile(&$variables, $file, $language)
200 205
     {
201 206
         // generic load
@@ -222,6 +227,9 @@  discard block
 block discarded – undo
222 227
         return false;
223 228
     }
224 229
 
230
+    /**
231
+     * @param string $lang
232
+     */
225 233
     public function substitueVariables(&$variables, $lang, $str)
226 234
     {
227 235
         $langstr = $str;
Please login to merge, or discard this patch.