Completed
Branch master (aebc3a)
by Irfaq
10:14
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     /**
172 172
      * Set Session ID.
173 173
      *
174
-     * @param $sessionId
174
+     * @param string $sessionId
175 175
      *
176 176
      * @return Client
177 177
      */
Please login to merge, or discard this patch.
src/HttpClient/Plugin/ExceptionThrower.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Transmission\HttpClient\Plugin;
4 4
 
5
-use Transmission\Exception\NetworkException;
6
-use Transmission\Exception\RuntimeException;
7
-use Transmission\HttpClient\Message\ResponseMediator;
8 5
 use Http\Client\Common\Plugin;
9 6
 use Psr\Http\Message\RequestInterface;
10 7
 use Psr\Http\Message\ResponseInterface;
8
+use Transmission\Exception\NetworkException;
9
+use Transmission\Exception\RuntimeException;
10
+use Transmission\HttpClient\Message\ResponseMediator;
11 11
 
12 12
 /**
13 13
  * A plugin to throw exception based on response status code.
Please login to merge, or discard this patch.
src/Laravel/ServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Transmission\Client;
6 6
 
7
-use Laravel\Lumen\Application as LumenApplication;
8 7
 use Illuminate\Foundation\Application as LaravelApplication;
8
+use Laravel\Lumen\Application as LumenApplication;
9 9
 
10 10
 class ServiceProvider extends \Illuminate\Support\ServiceProvider
11 11
 {
Please login to merge, or discard this patch.