@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection\Exceptions; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection\Contracts; |
| 12 | 12 | |
@@ -61,8 +61,7 @@ |
||
| 61 | 61 | if (is_int($key)) |
| 62 | 62 | { |
| 63 | 63 | array_splice($this->collection, $key, 1); |
| 64 | - } |
|
| 65 | - else if (is_string($key)) |
|
| 64 | + } else if (is_string($key)) |
|
| 66 | 65 | { |
| 67 | 66 | unset($this->collection[$key]); |
| 68 | 67 | } |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection\Contracts; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection\Contracts; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * @license MIT |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Fusion\Collection\Contracts; |
| 12 | 12 | |