@@ -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 | { |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * @param array $indexes |
| 30 | 30 | * @param Index $defaultIndex |
| 31 | - * @param array $templates |
|
| 32 | 31 | */ |
| 33 | 32 | public function __construct(array $indexes, Index $defaultIndex) |
| 34 | 33 | { |
@@ -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, |