Passed
Push — development ( af9588...0a99ba )
by Mirco
02:26
created
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.