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:
Daniele Alessandri
2012-07-26 23:04:20 +02:00
parent 559853bdd5
commit 6c732c737b
38 changed files with 74 additions and 72 deletions
+1 -1
View File
@@ -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