Passed
Push — master ( 3e64fc...876719 )
by Adam
04:04
created
src/IPub/JsonAPIClient/Exceptions/InvalidStateException.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           12.05.17
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Exceptions;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Exceptions/InvalidArgumentException.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           12.05.17
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Exceptions;
18 18
 
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Clients/TSendsRequests.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\Clients;
18 18
 
Please login to merge, or discard this patch.