@@ -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,  |