Passed
Push — master ( 7e5600...bf3648 )
by Nuno
02:06 queued 12s
created
src/Repositories/LocalSettingsRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             return config_path($fileName);
78 78
         }
79 79
 
80
-        if (! $this->files->exists($settingsPath)) {
80
+        if ( ! $this->files->exists($settingsPath)) {
81 81
             $this->files->makeDirectory($settingsPath, 0755, true);
82 82
         }
83 83
 
Please login to merge, or discard this patch.