mirror of
https://github.com/predis/predis.git
synced 2026-08-24 13:59:23 +00:00
order imports
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
|
||||
namespace Predis;
|
||||
|
||||
use PredisTestCase;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use Predis\Connection\ParametersInterface;
|
||||
use Predis\Command\Factory as CommandFactory;
|
||||
use Predis\Connection\NodeConnectionInterface;
|
||||
use Predis\Command\Processor\KeyPrefixProcessor;
|
||||
use Predis\Connection\Replication\MasterSlaveReplication;
|
||||
use stdClass;
|
||||
use ReflectionProperty;
|
||||
use Iterator;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use Predis\Command\Factory as CommandFactory;
|
||||
use Predis\Command\Processor\KeyPrefixProcessor;
|
||||
use Predis\Connection\NodeConnectionInterface;
|
||||
use Predis\Connection\ParametersInterface;
|
||||
use Predis\Connection\Replication\MasterSlaveReplication;
|
||||
use PredisTestCase;
|
||||
use ReflectionProperty;
|
||||
use stdClass;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user