Passed
Push — master ( 7a5b9c...a3c1ba )
by Michael
06:08
created
src/Document/Behaviour/IdentifierCollectionAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/RelationshipsAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/RelationshipsContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/LinksContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 
98 98
         foreach ($this->links as $name => $link)
99 99
         {
100
-            if (! $link->hasMetadata()) {
100
+            if (!$link->hasMetadata()) {
101 101
                 $links[$name] = $link->getReference();
102 102
                 continue;
103 103
             }
Please login to merge, or discard this patch.
src/Document/Behaviour/ErrorsAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/MetadataAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/IdentifierCollectionContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/ErrorsContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 
Please login to merge, or discard this patch.
src/Document/Behaviour/MetadataContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Mikemirten\Component\JsonApi\Document\Behaviour;
5 5
 use Mikemirten\Component\JsonApi\Document\Exception\MetadataAttributeNotFoundException;
Please login to merge, or discard this patch.