Added missing use statements

This commit is contained in:
Artur Kotyrba
2011-04-25 23:37:00 +02:00
parent 7e4b367a1d
commit d4694da487
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,7 @@
namespace Predis\Protocols\Text;
use Predis\Helpers;
use Predis\ProtocolException;
use Predis\Protocols\IResponseHandler;
use Predis\Network\IConnectionComposable;
@@ -3,6 +3,7 @@
namespace Predis\Protocols\Text;
use Predis\Helpers;
use Predis\ProtocolException;
use Predis\Protocols\IResponseHandler;
use Predis\Network\IConnectionComposable;