Completed
Push — master ( e43cc4...236c23 )
by Catalin
13s queued 11s
created
src/AntiMattr/MongoDB/Migrations/OutputWriter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/AntiMattr/MongoDB/Migrations/Tools/Console/Command/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         if (!$this->configuration) {
70 70
             $conn = $this->getDatabaseConnection($input);
71 71
 
72
-            $outputWriter = new OutputWriter(function ($message) use ($output) {
72
+            $outputWriter = new OutputWriter(function($message) use ($output) {
73 73
                 return $output->writeln($message);
74 74
             });
75 75
 
Please login to merge, or discard this patch.