Passed
Pull Request — master (#8)
by lee
09:01
created
src/Console/Commands/LaravelDb2DocCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     {
70 70
         $this->output_path = $this->option('path') ?? storage_path('app/db2doc');
71 71
 
72
-        if (! file_exists($this->output_path)) {
72
+        if ( ! file_exists($this->output_path)) {
73 73
             mkdir($this->output_path);
74 74
         }
75 75
 
Please login to merge, or discard this patch.