Completed
Push — master ( cffdc3...e813e3 )
by Johnny
02:49 queued 39s
created
src/Client.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
 
311 311
 
312 312
     /**
313
-     * @param $api_url
313
+     * @param string $api_url
314 314
      * @return $this
315 315
      */
316 316
     public function setApiUrl($api_url)
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Redbox\Twitch;
3
-use Redbox\Twitch\Transport\TransportInterface;
4
-use Redbox\Twitch\Transport\HttpRequest;
5
-use Redbox\Twitch\Transport\Http;
6
-use Redbox\Twitch\Commands;
7 3
 use Redbox\Twitch\Auth\AuthModel;
4
+use Redbox\Twitch\Transport\Http;
5
+use Redbox\Twitch\Transport\HttpRequest;
6
+use Redbox\Twitch\Transport\TransportInterface;
8 7
 
9 8
 class Client
10 9
 {
Please login to merge, or discard this patch.