Completed
Push — master ( 70ad44...4c5fb5 )
by Dominik
06:07 queued 04:07
created
src/CommandAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     public function __invoke(InputInterface $input, OutputInterface $output)
33 33
     {
34 34
         $execute = \Closure::bind(
35
-            function (InputInterface $input, OutputInterface $output) {
35
+            function(InputInterface $input, OutputInterface $output) {
36 36
                 return $this->execute($input, $output);
37 37
             },
38 38
             $this->command,
Please login to merge, or discard this patch.