mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 18:43:22 +01:00
Merge pull request #522 from GrahamCampbell/clean-uses
Removed unneeded use statements
This commit is contained in:
commit
fb86146ee6
@ -7,7 +7,6 @@ use Guzzle\Http\EntityBodyInterface;
|
||||
use Guzzle\Http\QueryString;
|
||||
use Guzzle\Http\RedirectPlugin;
|
||||
use Guzzle\Http\Exception\RequestException;
|
||||
use Guzzle\Http\Mimetypes;
|
||||
|
||||
/**
|
||||
* HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE)
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Guzzle\Http\Message\Header;
|
||||
|
||||
use Guzzle\Common\Collection;
|
||||
use Guzzle\Common\ToArrayInterface;
|
||||
|
||||
/**
|
||||
|
@ -7,7 +7,6 @@ use Guzzle\Common\Exception\InvalidArgumentException;
|
||||
use Guzzle\Http\RedirectPlugin;
|
||||
use Guzzle\Http\Url;
|
||||
use Guzzle\Parser\ParserRegistry;
|
||||
use Guzzle\Plugin\Log\LogPlugin;
|
||||
|
||||
/**
|
||||
* Default HTTP request factory used to create the default {@see Request} and {@see EntityEnclosingRequest} objects.
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace Guzzle\Http;
|
||||
|
||||
use Guzzle\Common\Exception\InvalidArgumentException;
|
||||
use Guzzle\Parser\ParserRegistry;
|
||||
|
||||
/**
|
||||
* Parses and generates URLs based on URL parts. In favor of performance, URL parts are not validated.
|
||||
|
@ -6,7 +6,6 @@ use Guzzle\Common\Event;
|
||||
use Guzzle\Common\AbstractHasDispatcher;
|
||||
use Guzzle\Http\Message\EntityEnclosingRequestInterface;
|
||||
use Guzzle\Http\Message\RequestInterface;
|
||||
use Guzzle\Http\Message\Response;
|
||||
use Guzzle\Http\Curl\CurlMultiInterface;
|
||||
use Guzzle\Http\Exception\CurlException;
|
||||
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||
|
@ -8,7 +8,6 @@ use Guzzle\Log\MessageFormatter;
|
||||
use Guzzle\Log\ClosureLogAdapter;
|
||||
use Guzzle\Http\EntityBody;
|
||||
use Guzzle\Http\Message\EntityEnclosingRequestInterface;
|
||||
use Guzzle\Http\Message\Response;
|
||||
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,6 @@ namespace Guzzle\Plugin\Md5;
|
||||
|
||||
use Guzzle\Common\Event;
|
||||
use Guzzle\Common\Exception\UnexpectedValueException;
|
||||
use Guzzle\Http\Message\Response;
|
||||
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,6 @@ namespace Guzzle\Service\Command;
|
||||
|
||||
use Guzzle\Common\Collection;
|
||||
use Guzzle\Common\Exception\InvalidArgumentException;
|
||||
use Guzzle\Http\Message\Response;
|
||||
use Guzzle\Http\Message\RequestInterface;
|
||||
use Guzzle\Http\Curl\CurlHandle;
|
||||
use Guzzle\Service\Client;
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace Guzzle\Service\Command;
|
||||
|
||||
use Guzzle\Http\Message\RequestInterface;
|
||||
use Guzzle\Http\Url;
|
||||
use Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface;
|
||||
use Guzzle\Service\Command\LocationVisitor\VisitorFlyweight;
|
||||
use Guzzle\Service\Description\OperationInterface;
|
||||
|
Loading…
x
Reference in New Issue
Block a user