Passed
Push — master ( 653726...9a5bd9 )
by Dev
03:05
created
src/google/CacheTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.