@@ -150,7 +150,7 @@ |
||
150 | 150 | * @param AdminInterface $admin |
151 | 151 | * @param string $field |
152 | 152 | * |
153 | - * @return \Symfony\Component\Form\FormInterface |
|
153 | + * @return \Sonata\AdminBundle\Admin\FieldDescriptionInterface |
|
154 | 154 | * |
155 | 155 | * @throws \RuntimeException |
156 | 156 | */ |
@@ -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 | */ |
@@ -221,7 +221,7 @@ |
||
221 | 221 | /** |
222 | 222 | * @param ProxyQuery $query |
223 | 223 | * |
224 | - * @return mixed |
|
224 | + * @return \PHPCR\Query\QueryResultInterface |
|
225 | 225 | */ |
226 | 226 | public function executeQuery($query) |
227 | 227 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase; |
15 | 15 | use Sonata\DoctrinePHPCRAdminBundle\DependencyInjection\SonataDoctrinePHPCRAdminExtension; |
16 | -use Symfony\Cmf\Bundle\ResourceBundle\DependencyInjection\CmfResourceExtension; |
|
17 | 16 | |
18 | 17 | class SonataDoctrinePHPCRAdminExtensionTest extends AbstractExtensionTestCase |
19 | 18 | { |