| @@ -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 |      { | 
| @@ -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 |      { | 
| @@ -190,7 +190,7 @@ discard block | ||
| 190 | 190 | } | 
| 191 | 191 | |
| 192 | 192 | /** | 
| 193 | - * @param mixed $child | |
| 193 | + * @param Content $child | |
| 194 | 194 | */ | 
| 195 | 195 | public function setChild($child) | 
| 196 | 196 |      { | 
| @@ -218,7 +218,7 @@ discard block | ||
| 218 | 218 | } | 
| 219 | 219 | |
| 220 | 220 | /** | 
| 221 | - * @return mixed | |
| 221 | + * @return Content | |
| 222 | 222 | */ | 
| 223 | 223 | public function getSingleRoute() | 
| 224 | 224 |      { | 
| @@ -226,7 +226,7 @@ discard block | ||
| 226 | 226 | } | 
| 227 | 227 | |
| 228 | 228 | /** | 
| 229 | - * @param mixed $singleRoute | |
| 229 | + * @param Content $singleRoute | |
| 230 | 230 | */ | 
| 231 | 231 | public function setSingleRoute($singleRoute) | 
| 232 | 232 |      { | 
| @@ -254,7 +254,7 @@ discard block | ||
| 254 | 254 | } | 
| 255 | 255 | |
| 256 | 256 | /** | 
| 257 | - * @param $route | |
| 257 | + * @param Content $route | |
| 258 | 258 | */ | 
| 259 | 259 | public function addRoute($route): void | 
| 260 | 260 |      { | 
| @@ -270,7 +270,7 @@ discard block | ||
| 270 | 270 | } | 
| 271 | 271 | |
| 272 | 272 | /** | 
| 273 | - * @param $child | |
| 273 | + * @param Content $child | |
| 274 | 274 | */ | 
| 275 | 275 | public function addChild($child): void | 
| 276 | 276 |      { |