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,8 +11,8 @@
|
||||
|
||||
namespace Predis\Connection;
|
||||
|
||||
use Predis\Profile\ServerProfileInterface;
|
||||
use Predis\Profile\ServerProfile;
|
||||
use Predis\Profile\ServerProfileInterface;
|
||||
|
||||
/**
|
||||
* Provides a default factory for Redis connections that maps URI schemes
|
||||
|
||||
Reference in New Issue
Block a user