Completed
Pull Request — master (#154)
by
unknown
06:43
created
lib/Doctrine/ODM/CouchDB/View/ODMLuceneQuery.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 namespace Doctrine\ODM\CouchDB\View;
5 5
 
6
-use Doctrine\CouchDB\View\LuceneQuery;
6
+use Doctrine\CouchDB\View\LuceneQuery;
7 7
 use Doctrine\ODM\CouchDB\DocumentManager;
8 8
 
9 9
 class ODMLuceneQuery extends LuceneQuery
Please login to merge, or discard this patch.
lib/Doctrine/ODM/CouchDB/View/ODMQuery.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 namespace Doctrine\ODM\CouchDB\View;
5 5
 
6
-use Doctrine\CouchDB\View\Query;
6
+use Doctrine\CouchDB\View\Query;
7 7
 use Doctrine\ODM\CouchDB\DocumentManager;
8 8
 
9 9
 class ODMQuery extends Query
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ODM/CouchDB/Proxy/ProxyFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\Persistence\Mapping\RuntimeReflectionService;
6 6
 use Doctrine\ODM\CouchDB\Configuration;
7 7
 use Doctrine\ODM\CouchDB\Proxy\StaticProxyFactory;
8
-
9 8
 use ProxyManager\Proxy\GhostObjectInterface;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.