| @@ -152,7 +152,7 @@ | ||
| 152 | 152 | * | 
| 153 | 153 | * @throws \RuntimeException | 
| 154 | 154 | * | 
| 155 | - * @return \Symfony\Component\Form\FormInterface | |
| 155 | + * @return \Sonata\AdminBundle\Admin\FieldDescriptionInterface | |
| 156 | 156 | */ | 
| 157 | 157 | private function retrieveFieldDescription(AdminInterface $admin, $field) | 
| 158 | 158 |      { | 
| @@ -126,7 +126,7 @@ | ||
| 126 | 126 | * | 
| 127 | 127 | * @throws \Exception if $this->sortOrder is not ASC or DESC | 
| 128 | 128 | * | 
| 129 | - * @return array of documents | |
| 129 | + * @return \PHPCR\Query\QueryResultInterface of documents | |
| 130 | 130 | */ | 
| 131 | 131 | public function execute(array $params = [], $hydrationMode = null) | 
| 132 | 132 |      { |