@@ -156,7 +156,7 @@ |
||
| 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'); |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | { |
| 92 | 92 | if (null === $this->client) { |
| 93 | 93 | |
| 94 | - $authorization = function () { |
|
| 94 | + $authorization = function() { |
|
| 95 | 95 | |
| 96 | 96 | if (strlen($this->getApiKey()) > 0) { |
| 97 | 97 | return sprintf('ReportingCloud-APIKey %s', $this->getApiKey()); |