Passed
Pull Request — master (#88)
by Arman
03:00
created
src/Libraries/Cache/Adapters/FileCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
             $content = $this->fs->get($path);
66 66
             
67
-            if(!$content) {
67
+            if (!$content) {
68 68
                 return $default;
69 69
             }
70 70
 
Please login to merge, or discard this patch.