Passed
Push — master ( 19386d...c4ef65 )
by Jonathan
08:41
created
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 (strlen($this->getApiKey()) > 0) {
97 97
                     return sprintf('ReportingCloud-APIKey %s', $this->getApiKey());
Please login to merge, or discard this patch.