Passed
Push — master ( 0e88a8...69aa8a )
by Paul
02:34
created
src/Transformer/AbstractSerializerTransformer.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
 namespace CCT\Component\Rest\Transformer;
6 6
 
Please login to merge, or discard this patch.
src/Http/Definition/QueryParams.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
 namespace CCT\Component\Rest\Http\Definition;
6 6
 
Please login to merge, or discard this patch.
src/Http/ResponseInterface.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
 namespace CCT\Component\Rest\Http;
6 6
 
Please login to merge, or discard this patch.
src/Helper/ObjectConstructor.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
 namespace CCT\Component\Rest\Helper;
6 6
 
Please login to merge, or discard this patch.
src/AbstractClient.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
 namespace CCT\Component\Rest;
6 6
 
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
      */
131 131
     protected function shouldUseDefaultResponseTransformers(): bool
132 132
     {
133
-        return (bool)$this->config->get(Config::USE_DEFAULT_RESPONSE_TRANSFORMERS, true);
133
+        return (bool) $this->config->get(Config::USE_DEFAULT_RESPONSE_TRANSFORMERS, true);
134 134
     }
135 135
 
136 136
     protected function applyDefaultResponseTransformers(Config $config, SerializerInterface $serializer, $modelClass)
Please login to merge, or discard this patch.
src/EventListener/DeserializeExtraFieldsSubscriber.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
 namespace CCT\Component\Rest\EventListener;
6 6
 
Please login to merge, or discard this patch.
src/Exception/ServiceUnavailableException.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
 namespace CCT\Component\Rest\Exception;
6 6
 
Please login to merge, or discard this patch.
src/Model/Structure/ExtraFieldsTrait.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
 namespace CCT\Component\Rest\Model\Structure;
6 6
 
Please login to merge, or discard this patch.
src/Serializer/SerializerBuilderInterface.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
 namespace CCT\Component\Rest\Serializer;
6 6
 
Please login to merge, or discard this patch.