Passed
Push — master ( 50255e...8fb62d )
by Jonathan
04:43 queued 01:09
created
src/ReportingCloud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
 
157 157
         if (is_array($records) && count($records) > 0) {
158 158
             $ret = $this->buildPropertyMapArray($records, $propertyMap);
159
-            array_walk($ret, function (&$record) {
159
+            array_walk($ret, function(&$record) {
160 160
                 $key = 'modified';
161 161
                 if (isset($record[$key])) {
162 162
                     $record[$key] = StaticFilter::execute($record[$key], 'DateTimeToTimestamp');
Please login to merge, or discard this patch.