Completed
Push — master ( 18312a...f64dc4 )
by Lars
03:45
created
src/voku/cache/AdapterFile.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,6 +151,9 @@  discard block
 block discarded – undo
151 151
     return true;
152 152
   }
153 153
 
154
+  /**
155
+   * @param string $path
156
+   */
154 157
   protected function createCacheDirectory($path)
155 158
   {
156 159
     if (!@mkdir($path, 0777, true) || !is_dir($path)) {
@@ -165,7 +168,7 @@  discard block
 block discarded – undo
165 168
   }
166 169
 
167 170
   /**
168
-   * @param $cacheFile
171
+   * @param string $cacheFile
169 172
    *
170 173
    * @return bool
171 174
    */
Please login to merge, or discard this patch.