Completed
Pull Request — master (#8)
by Antonio Oertel
02:51
created
src/Console/Commands/Generate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $output->writeln('Start writing files.');
39 39
 
40 40
         foreach ($this->stateReader as $state) {
41
-            $output->write($state->getClassName().' ... ');
41
+            $output->write($state->getClassName() . ' ... ');
42 42
 
43 43
             $this->writer->write($input->getArgument('path'), $state);
44 44
 
Please login to merge, or discard this patch.