Passed
Pull Request — master (#156)
by
unknown
03:43
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 app('path.config').DIRECTORY_SEPARATOR.$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.
src/Console/Commands/OptimizeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         foreach ($searchableFinder->fromCommand($this) as $searchable) {
47 47
             $this->output->text('
Please login to merge, or discard this patch.