@@ -4,7 +4,7 @@ |
||
4 | 4 | * |
5 | 5 | * @author Doug Wright |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace DVDoug\BoxPacker; |
10 | 10 |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * |
5 | 5 | * @author Doug Wright |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace DVDoug\BoxPacker; |
10 | 10 | |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | */ |
75 | 75 | public function asItemArray(): array |
76 | 76 | { |
77 | - return array_map(function (PackedItem $packedItem) { |
|
77 | + return array_map(function(PackedItem $packedItem) { |
|
78 | 78 | return $packedItem->getItem(); |
79 | 79 | }, $this->list); |
80 | 80 | } |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * |
5 | 5 | * @author Doug Wright |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace DVDoug\BoxPacker; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * |
5 | 5 | * @author Doug Wright |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace DVDoug\BoxPacker; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * |
5 | 5 | * @author Doug Wright |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace DVDoug\BoxPacker; |
10 | 10 |