Completed
Push — master ( 2dcea0...d196ae )
by Dominik
07:27 queued 04:45
created
src/LazyCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         ContainerInterface $container,
34 34
         string $serviceId,
35 35
         string $name,
36
-        array $definition = [],
36
+        array $definition = [ ],
37 37
         string $description = null,
38 38
         string $help = null
39 39
     ) {
Please login to merge, or discard this patch.
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.