Passed
Push — master ( ff9601...88c953 )
by Thanh
02:00
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
             'token'    => 'gingdev'
42 42
         ]
43 43
     ) {
44
-        $this->host = sprintf("https://%s.%s", $name, $opts['platform']);
45
-        $this->client->setHeader('Authorization', 'Bearer ' . $opts['token']);
44
+        $this->host = sprintf("https://%s.%s", $name, $opts[ 'platform' ]);
45
+        $this->client->setHeader('Authorization', 'Bearer ' . $opts[ 'token' ]);
46 46
         $this->namespace = '/';
47 47
         return $this;
48 48
     }
Please login to merge, or discard this patch.