@@ -151,6 +151,9 @@ discard block |
||
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 |
||
165 | 168 | } |
166 | 169 | |
167 | 170 | /** |
168 | - * @param $cacheFile |
|
171 | + * @param string $cacheFile |
|
169 | 172 | * |
170 | 173 | * @return bool |
171 | 174 | */ |