@@ -74,7 +74,7 @@  | 
                                                    ||
| 74 | 74 | * @param null|int $limit  | 
                                                        
| 75 | 75 | * @param array $options  | 
                                                        
| 76 | 76 | *  | 
                                                        
| 77 | - * @return array  | 
                                                        |
| 77 | + * @return \Elastica\Result[]  | 
                                                        |
| 78 | 78 | */  | 
                                                        
| 79 | 79 | protected function search($query, $limit = null, $options = [])  | 
                                                        
| 80 | 80 |      { | 
                                                        
@@ -55,7 +55,6 @@  | 
                                                    ||
| 55 | 55 | * @param AliasProcessor $aliasProcessor  | 
                                                        
| 56 | 56 | * @param MappingBuilder $mappingBuilder  | 
                                                        
| 57 | 57 | * @param EventDispatcherInterface $eventDispatcher  | 
                                                        
| 58 | - * @param Client $client  | 
                                                        |
| 59 | 58 | */  | 
                                                        
| 60 | 59 | public function __construct(  | 
                                                        
| 61 | 60 | ManagerInterface $configManager,  | 
                                                        
@@ -530,6 +530,7 @@  | 
                                                    ||
| 530 | 530 | }  | 
                                                        
| 531 | 531 | |
| 532 | 532 | /**  | 
                                                        
| 533 | + * @param string $name  | 
                                                        |
| 533 | 534 | * @return ArrayNodeDefinition|\Symfony\Component\Config\Definition\Builder\NodeDefinition  | 
                                                        
| 534 | 535 | */  | 
                                                        
| 535 | 536 | private function createTreeBuilderNode($name)  | 
                                                        
@@ -42,7 +42,7 @@  | 
                                                    ||
| 42 | 42 | private $object;  | 
                                                        
| 43 | 43 | |
| 44 | 44 | /**  | 
                                                        
| 45 | - * @param mixed $document  | 
                                                        |
| 45 | + * @param Document $document  | 
                                                        |
| 46 | 46 | * @param array $fields  | 
                                                        
| 47 | 47 | * @param object $object  | 
                                                        
| 48 | 48 | */  |