Completed
Push — master ( c14ed6...643334 )
by Johnny
02:41
created
src/Client.php 1 patch
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.
src/Resource/Chat.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Redbox\Twitch\Resource;
3
-use Redbox\Twitch\Exception;
4 3
 use Redbox\Twitch\Client;
4
+use Redbox\Twitch\Exception;
5 5
 use Redbox\Twitch\Transport\HttpRequest;
6 6
 
7 7
 class ResourceAbstract
Please login to merge, or discard this patch.