mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Order "use" directives by namespace depth and name.
This is not really useful per se, but at least we use a fixed rule.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
namespace Predis\Connection;
|
||||
|
||||
use Predis\NotSupportedException;
|
||||
use Predis\ResponseError;
|
||||
use Predis\ResponseQueued;
|
||||
use Predis\NotSupportedException;
|
||||
use Predis\Command\CommandInterface;
|
||||
use Predis\Iterator\MultiBulkResponseSimple;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user