mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
order imports
This commit is contained in:
+4
-4
@@ -12,8 +12,10 @@
|
||||
|
||||
namespace Predis;
|
||||
|
||||
use Traversable;
|
||||
use ArrayIterator;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use IteratorAggregate;
|
||||
use Predis\Command\CommandInterface;
|
||||
use Predis\Command\RawCommand;
|
||||
use Predis\Command\ScriptCommand;
|
||||
@@ -29,10 +31,8 @@ use Predis\Response\ErrorInterface as ErrorResponseInterface;
|
||||
use Predis\Response\ResponseInterface;
|
||||
use Predis\Response\ServerException;
|
||||
use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
use IteratorAggregate;
|
||||
use ReturnTypeWillChange;
|
||||
use ArrayIterator;
|
||||
use InvalidArgumentException;
|
||||
use Traversable;
|
||||
|
||||
/**
|
||||
* Client class used for connecting and executing commands on Redis.
|
||||
|
||||
Reference in New Issue
Block a user