Passed
Branch development (159119)
by Jonathan
43:09
created
src/GetTrait.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.
src/SetGetTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     {
92 92
         if (null === $this->client) {
93 93
 
94
-            $authorization = call_user_func(function () {
94
+            $authorization = call_user_func(function() {
95 95
 
96 96
                 if (null !== $this->getApiKey()) {
97 97
                     return sprintf('ReportingCloud-APIKey %s', $this->getApiKey());
Please login to merge, or discard this patch.