Failed Conditions
Pull Request — master (#29)
by Helene
03:02
created
tests/MockOAuth2Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CommerceGuys\Guzzle\Oauth2\Tests;
4 4
 
5 5
 
6
-use GuzzleHttp\Exception\RequestException;
7 6
 use GuzzleHttp\Handler\MockHandler;
8 7
 use GuzzleHttp\HandlerStack;
9 8
 use GuzzleHttp\Psr7\Response;
Please login to merge, or discard this patch.
tests/OAuthMiddlewareTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use CommerceGuys\Guzzle\Oauth2\Tests\MockOAuth2Server;
10 10
 use CommerceGuys\Guzzle\Oauth2\Tests\MockOAuthMiddleware;
11 11
 use CommerceGuys\Guzzle\Oauth2\Tests\TestBase;
12
-use GuzzleHttp\HandlerStack;
13 12
 use GuzzleHttp\RequestOptions;
14 13
 use Psr\Http\Message\ResponseInterface;
15 14
 
Please login to merge, or discard this patch.