Passed
Push — master ( 36e479...fb642e )
by Jonathan
07:18 queued 43s
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
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     {
93 93
         if (null === $this->client) {
94 94
 
95
-            $authorization = function () {
95
+            $authorization = function() {
96 96
 
97 97
                 if (null !== $this->getApiKey()) {
98 98
                     return sprintf('ReportingCloud-APIKey %s', $this->getApiKey());
Please login to merge, or discard this patch.