Test Setup Failed
Pull Request — master (#2)
by Vitaliy
11:11
created
src/Serializers/WebApi/WebApiSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/Hateoas/Normalizer/RelationCollectionNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/Hateoas/Normalizer/RelationNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/Hateoas/Normalizer/ResourceCollectionNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/Hateoas/Normalizer/PaginatedCollectionNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/Hateoas/HateoasSerializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         ]);
Please login to merge, or discard this patch.
src/Serializers/VndError/VndErrorSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/VndError/Normalizer/ErrorCollectionNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializers/VndError/Normalizer/ErrorResourceNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.