Completed
Pull Request — master (#50)
by
unknown
11:10
created
vendor/guzzle/guzzle/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.
vendor/guzzle/guzzle/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.
vendor/guzzle/guzzle/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.
vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Guzzle\Http\Message\Request;
12 12
 use Guzzle\Http\QueryString;
13 13
 use Guzzle\Parser\Message\MessageParser;
14
-use Guzzle\Plugin\Log\LogPlugin;
15 14
 use Guzzle\Plugin\Mock\MockPlugin;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\Common\Cache\ArrayCache;
15 15
 use Guzzle\Plugin\Cache\DefaultCacheStorage;
16 16
 use Guzzle\Plugin\Mock\MockPlugin;
17
-use Guzzle\Tests\Http\Server;
18 17
 
19 18
 /**
20 19
  * @covers Guzzle\Plugin\Cache\DefaultRevalidation
Please login to merge, or discard this patch.
guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.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 Guzzle\Tests\Plugin\ErrorResponse;
4 4
 
5 5
 use Guzzle\Service\Client;
6
-use Guzzle\Http\Message\Response;
7 6
 use Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin;
8 7
 use Guzzle\Service\Description\ServiceDescription;
9 8
 use Guzzle\Tests\Mock\ErrorResponseMock;
Please login to merge, or discard this patch.
guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.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 Guzzle\Tests\Plugin\History;
4 4
 
5 5
 use Guzzle\Http\Client;
6
-use Guzzle\Http\Message\Request;
7 6
 use Guzzle\Http\Message\Response;
8 7
 use Guzzle\Plugin\History\HistoryPlugin;
9 8
 use Guzzle\Plugin\Mock\MockPlugin;
Please login to merge, or discard this patch.
guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Guzzle\Http\Message\RequestFactory;
6 6
 use Guzzle\Service\Command\ClosureCommand;
7
-use Guzzle\Service\Client;
8 7
 
9 8
 /**
10 9
  * @covers Guzzle\Service\Command\ClosureCommand
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.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 spec\Prophecy\Doubler;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class DoublerSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.