Passed
Pull Request — master (#38)
by Douglas
06:30
created
src/AntiMattr/MongoDB/Migrations/Tools/Console/Command/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
         if (!$this->configuration) {
80 80
             $conn = $this->getDatabaseConnection();
81 81
 
82
-            $outputWriter = new OutputWriter(function ($message) use ($output) {
82
+            $outputWriter = new OutputWriter(function($message) use ($output) {
83 83
                 return $output->writeln($message);
84 84
             });
85 85
 
Please login to merge, or discard this patch.