Passed
Push — master ( 312ccc...32eec2 )
by Paul
05:50
created
src/Transformer/Request/AbstractSerializerRequestTransformer.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\Request;
6 6
 
Please login to merge, or discard this patch.
src/Transformer/Response/ObjectCollectionTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
             return true;
89 89
         }
90 90
 
91
-        return (bool)count(array_intersect($this->mappingKeys, array_flip($data))) > 0;
91
+        return (bool) count(array_intersect($this->mappingKeys, array_flip($data))) > 0;
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.