Passed
Push — master ( 19b975...36e479 )
by Jonathan
06:27
created
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.