Passed
Branch master (e904f8)
by Simon
03:16
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             'headers' => [
85 85
                 'Content-Type' => 'application/json',
86 86
                 'Accept' => 'application/json',
87
-                'Authorization' => 'Bearer ' . $this->apiKey,
87
+                'Authorization' => 'Bearer '.$this->apiKey,
88 88
             ]
89 89
         ];
90 90
 
Please login to merge, or discard this patch.