Passed
Push — master ( 7a5b9c...a3c1ba )
by Michael
06:08
created
src/Mapper/Definition/Annotation/ResourceIdentifier.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\Mapper\Definition\Annotation;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Definition/Annotation/Attribute.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\Mapper\Definition\Annotation;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Definition/Annotation/Link.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\Mapper\Definition\Annotation;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Definition/DefinitionConfiguration.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\Mapper\Definition;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Definition/MergedProvider.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\Mapper\Definition;
5 5
 use Mikemirten\Component\JsonApi\Mapper\Definition\Exception\DefinitionNotFoundException;
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      */
38 38
     public function getDefinition(string $class): Definition
39 39
     {
40
-        if (! isset($this->definitions[$class])) {
40
+        if (!isset($this->definitions[$class])) {
41 41
             $this->definitions[$class] = $this->createDefinition($class);
42 42
         }
43 43
 
Please login to merge, or discard this patch.
src/Mapper/Definition/Link.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\Mapper\Definition;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Handler/PropertyAccessor/PropertyAccessorInterface.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\Mapper\Handler\PropertyAccessor;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Handler/PropertyAccessor/SymfonyPropertyAccessor.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\Mapper\Handler\PropertyAccessor;
5 5
 
Please login to merge, or discard this patch.
src/Mapper/Handler/HandlerInterface.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\Mapper\Handler;
5 5
 
Please login to merge, or discard this patch.