Remove unneeded "use" imports.

This commit is contained in:
Daniele Alessandri
2015-07-24 19:05:28 +02:00
parent c436e01353
commit 7282ca2b52
40 changed files with 78 additions and 149 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
namespace Predis\Monitor;
use Iterator;
use Predis\ClientInterface;
use Predis\NotSupportedException;
use Predis\Connection\AggregateConnectionInterface;
@@ -21,7 +20,7 @@ use Predis\Connection\AggregateConnectionInterface;
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/
class Consumer implements Iterator
class Consumer implements \Iterator
{
private $client;
private $valid;