order imports

This commit is contained in:
Till Krüss
2023-01-17 14:30:18 -08:00
committed by Till Krüss
parent b1009f46ac
commit af2e5cc553
74 changed files with 111 additions and 111 deletions
+4 -4
View File
@@ -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.