Passed
Push — master ( 6daab3...a0d881 )
by Bruno
10:37 queued 48s
created
Modelarium/Laravel/Console/Commands/ModelariumCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         $this->writeFiles(
116 116
             $processor->getCollection(),
117 117
             base_path(),
118
-            (bool)$this->option('overwrite')
118
+            (bool) $this->option('overwrite')
119 119
         );
120 120
         $this->info('Finished. You might want to run `composer dump-autoload`');
121 121
     }
Please login to merge, or discard this patch.