@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * This file is part of the Non Nullable package. |
5 | 5 | * For the full copyright information please view the LICENCE file that was |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * This file is part of the Tuple package. |
5 | 5 | * For the full copyright information please view the LICENCE file that was |
@@ -123,7 +123,7 @@ |
||
123 | 123 | if (false === is_int($offset)) { |
124 | 124 | throw new InvalidArgumentException(sprintf( |
125 | 125 | 'Offset must be of type integer, "%s" passed', |
126 | - gettype($offset) |
|
126 | + gettype($offset) |
|
127 | 127 | )); |
128 | 128 | } |
129 | 129 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * This file is part of the Tuple package. |
5 | 5 | * For the full copyright information please view the LICENCE file that was |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * This file is part of the Tuple package. |
5 | 5 | * For the full copyright information please view the LICENCE file that was |