Completed
Branch master (ce13db)
by Rolf
06:23
created
src/Guzzle/Http/ReadLimitEntityBody.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Guzzle\Http;
4 4
 
5
-use Guzzle\Stream\StreamInterface;
6
-
7 5
 /**
8 6
  * EntityBody decorator used to return only a subset of an entity body
9 7
  */
Please login to merge, or discard this patch.
src/Guzzle/Plugin/Oauth/OauthPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Guzzle\Common\Collection;
7 7
 use Guzzle\Http\Message\RequestInterface;
8 8
 use Guzzle\Http\Message\EntityEnclosingRequestInterface;
9
-use Guzzle\Http\QueryString;
10 9
 use Guzzle\Http\Url;
11 10
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
12 11
 
Please login to merge, or discard this patch.
src/Guzzle/Service/Command/OperationResponseParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface;
8 8
 use Guzzle\Service\Description\Parameter;
9 9
 use Guzzle\Service\Description\OperationInterface;
10
-use Guzzle\Service\Description\Operation;
11 10
 use Guzzle\Service\Exception\ResponseClassException;
12 11
 use Guzzle\Service\Resource\Model;
13 12
 
Please login to merge, or discard this patch.