@@ -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) |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | |
| 20 | 20 | final class LegacyEventDispatcherProxy |
| 21 | 21 | { |
| 22 | + /** |
|
| 23 | + * @param EventDispatcherInterface|null $dispatcher |
|
| 24 | + */ |
|
| 22 | 25 | public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface |
| 23 | 26 | { |
| 24 | 27 | if ($dispatcher === null) { |