@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | public function serialize(ResourceInterface $resource, ResourceSerializationContext $context): string |
62 | 62 | { |
63 | 63 | $serializationContext = \array_merge($this->serializationContext, [ |
64 | - 'after_normalization' => function (array $data) { |
|
64 | + 'after_normalization' => function(array $data) { |
|
65 | 65 | return $this->fixRelations($data); |
66 | 66 | }, |
67 | 67 | ]); |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the FiveLab Resource package |