@@ -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()); |