Passed
Pull Request — development (#395)
by Thomas
08:57
created
htdocs/lib2/translate.class.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,10 +159,10 @@
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-     * @param $message
163
-     * @param $style
164
-     * @param $resource_name
165
-     * @param $line
162
+     * @param string $message
163
+     * @param string $style
164
+     * @param string $resource_name
165
+     * @param string $line
166 166
      * @param string $plural
167 167
      * @param int $count
168 168
      * @param null $lang
Please login to merge, or discard this patch.
htdocs/src/Oc/Cache/WebCache.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param $relBaseDir
48
-     * @param $ext
47
+     * @param string $relBaseDir
48
+     * @param string $ext
49 49
      */
50 50
     private function unlinkFiles($relBaseDir, $ext)
51 51
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param $sTemplate
147
+     * @param string $sTemplate
148 148
      */
149 149
     private function preCompileTemplate($sTemplate)
150 150
     {
Please login to merge, or discard this patch.