@@ -12,7 +12,6 @@ |
||
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 |
@@ -111,7 +111,7 @@ |
||
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 | */ |