Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | interface QueryHandlerInterface |
||
18 | { |
||
19 | /** |
||
20 | * Adds handle and returns query and filter |
||
21 | * @param $config |
||
22 | * @return Param{] |
||
|
|||
23 | */ |
||
24 | public function handle($config); |
||
25 | |||
26 | /** |
||
27 | * Adds special query case to elasticsearch request |
||
28 | * @return mixed |
||
29 | */ |
||
30 | public function addHandle(); |
||
31 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.