@@ -211,7 +211,7 @@ |
||
211 | 211 | * @param string $alias As specified in the query source. |
212 | 212 | * @param string $field Name of the document field |
213 | 213 | * |
214 | - * @return array { |
|
214 | + * @return string[] { |
|
215 | 215 | * |
216 | 216 | * @var string Element is the real alias to use, second element is |
217 | 217 | * @var string the property name |
@@ -51,7 +51,6 @@ |
||
51 | 51 | /** |
52 | 52 | * @param SessionInterface $session |
53 | 53 | * @param EventDispatcherInterface $eventDispatcher |
54 | - * @param QueryBuilderConverter $converter |
|
55 | 54 | * @param string $queryBuilderClass |
56 | 55 | */ |
57 | 56 | public function __construct( |