@@ -74,7 +74,7 @@ |
||
74 | 74 | protected function getMigrationConfiguration(InputInterface $input, OutputInterface $output) |
75 | 75 | { |
76 | 76 | if (!$this->configuration) { |
77 | - $outputWriter = new OutputWriter(function ($message) use ($output) { |
|
77 | + $outputWriter = new OutputWriter(function($message) use ($output) { |
|
78 | 78 | return $output->writeln($message); |
79 | 79 | }); |
80 | 80 |
@@ -21,7 +21,7 @@ |
||
21 | 21 | public function __construct(\Closure $closure = null) |
22 | 22 | { |
23 | 23 | if (null === $closure) { |
24 | - $closure = function ($message) { |
|
24 | + $closure = function($message) { |
|
25 | 25 | }; |
26 | 26 | } |
27 | 27 | $this->closure = $closure; |