Completed
Push — master ( 33fd23...1adc69 )
by Johnny
05:23
created
src/Resource/ResourceAbstract.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Redbox\Twitch\Resource;
3
+use Redbox\Twitch;
3 4
 use Redbox\Twitch\Exception;
4 5
 use Redbox\Twitch\Transport\HttpRequest;
5
-use Redbox\Twitch;
6 6
 
7 7
 class ResourceAbstract
8 8
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return Client
180
+     * @return Twitch\Client
181 181
      */
182 182
     public function getClient() {
183 183
         return $this->client;
Please login to merge, or discard this patch.
src/Resource/Channels.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Redbox\Twitch\Resource;
3
-use Redbox\Twitch\Exception;
4 3
 use Redbox\Twitch\Entity;
5 4
 
6 5
 class Channels extends ResourceAbstract
Please login to merge, or discard this patch.