Passed
Push — master ( 591f87...1069f1 )
by david
03:06 queued 01:16
created
src/Graphcomment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
     public function getThread($url)
260 260
     {
261 261
         $client = new Client();
262
-        $res = $client->request('GET', $this->getDir() . '/website/'.$this->getWebsiteId().'/Threadload',
262
+        $res = $client->request('GET', $this->getDir() . '/website/' . $this->getWebsiteId() . '/Threadload',
263 263
             [
264 264
                 'headers' => [
265 265
                     'Authorization' => 'JWT ' . $this->getToken()
Please login to merge, or discard this patch.