Completed
Pull Request — master (#144)
by Mihai
03:31 queued 01:10
created
lib/Doctrine/Common/Cache/RiakCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\Common\Cache;
21 21
 
22 22
 use Riak\Bucket;
23
-use Riak\Connection;
24 23
 use Riak\Input;
25 24
 use Riak\Exception;
26 25
 use Riak\Object;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\Common\Cache;
4 4
 
5
-use Doctrine\Common\Cache\ApcCache;
6 5
 use Doctrine\Common\Cache\ArrayCache;
7 6
 use Doctrine\Common\Cache\ChainCache;
8 7
 
Please login to merge, or discard this patch.
lib/Doctrine/Common/Cache/PredisCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Predis\Client;
6 6
 use Predis\ClientInterface;
7
-use Predis\Command\TransactionMulti;
8 7
 use Predis\Transaction\MultiExec;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.