Passed
Push — master ( 138905...a014db )
by Dominik
04:07
created
src/LazyCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Chubbyphp\Lazy;
6 6
 
@@ -33,7 +33,7 @@  discard block
 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.