@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Aggrego\Domain\ProgressiveBoard\Exception; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Aggrego\Domain\ProgressiveBoard\Exception; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Aggrego\Domain\ProgressiveBoard\Exception; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Aggrego\Domain\ProgressiveBoard\Exception; |
6 | 6 |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | /** @var Key $key */ |
39 | 39 | $key = Argument::type(Key::class); |
40 | 40 | $boardFactory->factory($key, $profile)->will( |
41 | - function (array $data) { |
|
41 | + function(array $data) { |
|
42 | 42 | $key = $data[0]; |
43 | 43 | /** @var Profile $profile */ |
44 | 44 | $profile = $data[1]; |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | $keySpecificationFactory = new ProfileKeySpecificationFactory([$specification->getWrappedObject()]); |
83 | 83 | |
84 | 84 | $boardFactory->factory($key, $profile)->will( |
85 | - function (array $data) { |
|
85 | + function(array $data) { |
|
86 | 86 | $key = $data[0]; |
87 | 87 | /** @var Profile $profile */ |
88 | 88 | $profile = $data[1]; |