ソースを参照

Remove leftover "use" directive.

[ci skip]
Daniele Alessandri 11 年 前
コミット
c127d02e92
1 ファイル変更0 行追加1 行削除
  1. 0 1
      lib/Predis/Connection/AbstractConnection.php

+ 0 - 1
lib/Predis/Connection/AbstractConnection.php

@@ -12,7 +12,6 @@
 namespace Predis\Connection;
 
 use InvalidArgumentException;
-use Predis\ClientException;
 use Predis\CommunicationException;
 use Predis\Command\CommandInterface;
 use Predis\Protocol\ProtocolException;