@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | */ |
| 43 | 43 | public function deleteCacheFiles(): int |
| 44 | 44 | { |
| 45 | - if (! $this->cacheFolder) { |
|
| 45 | + if (!$this->cacheFolder) { |
|
| 46 | 46 | throw new Exception('Cache Folder is not defined : you can\'t delete cache files'); |
| 47 | 47 | } |
| 48 | 48 | |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | */ |
| 59 | 59 | protected function getCacheManager(): ?SimpleCacheFile |
| 60 | 60 | { |
| 61 | - if (! $this->cacheFolder) { |
|
| 61 | + if (!$this->cacheFolder) { |
|
| 62 | 62 | return null; |
| 63 | 63 | } |
| 64 | 64 | |