Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
14 | class FactFinderNavigationHandler extends FactFinderHandler implements SearchHandlerInterface |
||
|
|||
15 | { |
||
16 | /** |
||
17 | * @param \Elastica\Query $query |
||
18 | * @param array $requestParameters |
||
19 | * |
||
20 | * @return array |
||
21 | */ |
||
22 | protected function executeQuery(Query $query, array $requestParameters): array |
||
38 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.