@@ -115,7 +115,7 @@ |
||
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 | } |