Test Failed
Push — master ( 69ec80...e8bb53 )
by Dev
03:37
created
src/google/CacheTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.