Completed
Push — master ( ab94e9...fa2f9e )
by Gabriel
02:21
created
src/RequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     {
75 75
         $headers['Content-Type'] = 'application/json';
76 76
         if ($this->accessToken !== null) {
77
-            $headers['Authorization'] = 'Bearer ' . $this->accessToken;
77
+            $headers['Authorization'] = 'Bearer '.$this->accessToken;
78 78
         }
79 79
         $body = null;
80 80
         if ($params) {
Please login to merge, or discard this patch.