Completed
Pull Request — 1.2 (#360)
by Wouter
16:28
created
Tests/Datagrid/SimplePagerBasicTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Sonata\DoctrinePHPCRAdminBundle\Tests\Datagrid;
13 13
 
14 14
 use Sonata\DoctrinePHPCRAdminBundle\Datagrid\SimplePager;
15
-use Doctrine\ODM\PHPCR\Query\Query as PHPCRQuery;
16 15
 use Doctrine\Common\Collections\ArrayCollection;
17 16
 
18 17
 class SimplePagerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Datagrid/ProxyQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * @param array $params        doesn't have any effect
112 112
      * @param mixed $hydrationMode doesn't have any effect
113 113
      *
114
-     * @return array of documents
114
+     * @return \PHPCR\Query\QueryResultInterface of documents
115 115
      *
116 116
      * @throws \Exception if $this->sortOrder is not ASC or DESC
117 117
      */
Please login to merge, or discard this patch.