Passed
Push — master ( 4355fd...f8d0d3 )
by Jonathan
06:59 queued 13s
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 = function () {
94
+            $authorization = 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.