@@ -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 |      { | 
                                                        
@@ -188,7 +188,7 @@ discard block  | 
                                                    ||
| 188 | 188 | }  | 
                                                        
| 189 | 189 | |
| 190 | 190 | /**  | 
                                                        
| 191 | - * @param mixed $child  | 
                                                        |
| 191 | + * @param Content $child  | 
                                                        |
| 192 | 192 | */  | 
                                                        
| 193 | 193 | public function setChild($child)  | 
                                                        
| 194 | 194 |      { | 
                                                        
@@ -212,7 +212,7 @@ discard block  | 
                                                    ||
| 212 | 212 | }  | 
                                                        
| 213 | 213 | |
| 214 | 214 | /**  | 
                                                        
| 215 | - * @return mixed  | 
                                                        |
| 215 | + * @return Content  | 
                                                        |
| 216 | 216 | */  | 
                                                        
| 217 | 217 | public function getSingleRoute()  | 
                                                        
| 218 | 218 |      { | 
                                                        
@@ -220,7 +220,7 @@ discard block  | 
                                                    ||
| 220 | 220 | }  | 
                                                        
| 221 | 221 | |
| 222 | 222 | /**  | 
                                                        
| 223 | - * @param mixed $singleRoute  | 
                                                        |
| 223 | + * @param Content $singleRoute  | 
                                                        |
| 224 | 224 | */  | 
                                                        
| 225 | 225 | public function setSingleRoute($singleRoute)  | 
                                                        
| 226 | 226 |      { | 
                                                        
@@ -244,7 +244,7 @@ discard block  | 
                                                    ||
| 244 | 244 | }  | 
                                                        
| 245 | 245 | |
| 246 | 246 | /**  | 
                                                        
| 247 | - * @param $route  | 
                                                        |
| 247 | + * @param Content $route  | 
                                                        |
| 248 | 248 | */  | 
                                                        
| 249 | 249 | public function addRoute($route)  | 
                                                        
| 250 | 250 |      { | 
                                                        
@@ -260,7 +260,7 @@ discard block  | 
                                                    ||
| 260 | 260 | }  | 
                                                        
| 261 | 261 | |
| 262 | 262 | /**  | 
                                                        
| 263 | - * @param $child  | 
                                                        |
| 263 | + * @param Content $child  | 
                                                        |
| 264 | 264 | */  | 
                                                        
| 265 | 265 | public function addChild($child)  | 
                                                        
| 266 | 266 |      { |