Completed
Pull Request — master (#213)
by Anthon
03:09
created
lib/Doctrine/Common/Cache/RiakCache.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,10 +20,8 @@
 block discarded – undo
20 20
 namespace Doctrine\Common\Cache;
21 21
 
22 22
 use Basho\Riak;
23
-use Basho\Riak\Bucket;
24 23
 use Basho\Riak\Command;
25 24
 use Basho\Riak\Exception as RiakException;
26
-use Basho\Riak\Location;
27 25
 use Basho\Riak\Object;
28 26
 
29 27
 /**
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Basho\Riak;
6 6
 use Basho\Riak\Api\Http1;
7
-use Basho\Riak\Bucket;
8 7
 use Basho\Riak\Command;
9 8
 use Basho\Riak\Exception as RiakException;
10
-use Basho\Riak\Location;
11 9
 use Basho\Riak\Node;
12 10
 use Doctrine\Common\Cache\RiakCache;
13 11
 
Please login to merge, or discard this patch.