Test Failed
Push — master ( 657bea...70ad44 )
by Dominik
05:32
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): ?int
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.