Passed
Push — master ( c6992b...62cc34 )
by Kanstantsin
02:33
created
src/model/ExternalCacheStatefulFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,6 +85,6 @@
 block discarded – undo
85 85
             return true;
86 86
         }
87 87
 
88
-        return (bool)\call_user_func($this->saveCachedStateCallback, $this);
88
+        return (bool) \call_user_func($this->saveCachedStateCallback, $this);
89 89
     }
90 90
 }
91 91
\ No newline at end of file
Please login to merge, or discard this patch.