Passed
Push — master ( e0cc20...819e5a )
by Alexander
11:54
created
src/Centrifugo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@
 block discarded – undo
286 286
 
287 287
         $headers = [
288 288
             'Content-type'  => 'application/json',
289
-            'Authorization' => 'apikey ' . $this->config['apikey'],
289
+            'Authorization' => 'apikey '.$this->config['apikey'],
290 290
         ];
291 291
 
292 292
         try {
Please login to merge, or discard this patch.