@@ -250,7 +250,7 @@ discard block |
||
250 | 250 | |
251 | 251 | /** |
252 | 252 | * Clear entire cache |
253 | - * @return boolean |
|
253 | + * @return false|null |
|
254 | 254 | */ |
255 | 255 | public function clear() |
256 | 256 | { |
@@ -264,6 +264,9 @@ discard block |
||
264 | 264 | return $this->clearPath($path); |
265 | 265 | } |
266 | 266 | |
267 | + /** |
|
268 | + * @param string $path |
|
269 | + */ |
|
267 | 270 | private function clearPath($path) |
268 | 271 | { |
269 | 272 | if (!file_exists($path)) |