@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | public function deleteCacheFiles() |
41 | 41 | { |
42 | - if (! $this->cacheFolder) { |
|
42 | + if (!$this->cacheFolder) { |
|
43 | 43 | throw new Exception('Cache Folder is not defined : you can\'t delete cache files'); |
44 | 44 | } |
45 | 45 | |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | */ |
56 | 56 | protected function getCacheManager() |
57 | 57 | { |
58 | - if (! $this->cacheFolder) { |
|
58 | + if (!$this->cacheFolder) { |
|
59 | 59 | return null; |
60 | 60 | } |
61 | 61 |