@@ -1,6 +1,6 @@ discard block |
||
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 |
||
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 | ) { |