Completed
Pull Request — master (#213)
by Anthon
34:10
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
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Doctrine\Tests\Common\Cache;
4 4
 
5 5
 use Basho\Riak;
6
-use Basho\Riak\Bucket;
7 6
 use Basho\Riak\Command;
8 7
 use Basho\Riak\Exception as RiakException;
9
-use Basho\Riak\Location;
10 8
 use Basho\Riak\Node;
11 9
 use Doctrine\Common\Cache\RiakCache;
12 10
 
Please login to merge, or discard this patch.