Passed
Push — master ( 973a5a...376082 )
by Paul
05:11
created
src/Transformer/Response/ObjectCollectionTransformer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
         return
108 108
             array_filter(
109 109
                 $data,
110
-                function ($key) use ($mappingKeys) {
110
+                function($key) use ($mappingKeys) {
111 111
                     return in_array($key, $mappingKeys);
112 112
                 },
113 113
                 ARRAY_FILTER_USE_KEY
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
             return true;
126 126
         }
127 127
 
128
-        return (bool)count(array_intersect($this->mappingKeys, array_keys($data))) > 0;
128
+        return (bool) count(array_intersect($this->mappingKeys, array_keys($data))) > 0;
129 129
     }
130 130
 
131 131
     /**
Please login to merge, or discard this patch.