@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Kata\Algorithm; |
6 | 6 |
@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | if (!$an_item instanceof $valid_class) { |
29 | 29 | throw new \InvalidArgumentException( |
30 | - "You must specify an array of instances of '$valid_class' instead of '" . \get_class($an_item) . "' while creating a '" . static::class . "'." |
|
30 | + "You must specify an array of instances of '$valid_class' instead of '".\get_class($an_item)."' while creating a '".static::class."'." |
|
31 | 31 | ); |
32 | 32 | } |
33 | 33 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Kata\Algorithm; |
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 Kata\Algorithm; |
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 Kata\Algorithm; |
6 | 6 |