Passed
Push — master ( 3e64fc...876719 )
by Adam
04:04
created
src/IPub/JsonAPIClient/DI/JsonAPIClientExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.16
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\DI;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/DI/ITargetEntitySchemasProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           06.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\DI;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Objects/ResourceObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Objects;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Objects/ResourceObjectCollection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Objects;
18 18
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 			}
92 92
 		}
93 93
 
94
-		throw new Exceptions\RuntimeException('No matching resource in collection: ' . $identifier->toString());
94
+		throw new Exceptions\RuntimeException('No matching resource in collection: '.$identifier->toString());
95 95
 	}
96 96
 
97 97
 	/**
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Encoders/ISerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Encoders;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Http/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Http;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Encoders/Encoder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Encoders;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Objects/IRelationship.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Objects;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Objects/IMutableError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Objects;
18 18
 
Please login to merge, or discard this patch.