| Total Complexity | 4 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Any extends GroupProcessor |
||
| 8 | { |
||
| 9 | |||
| 10 | 1 | protected function checkResults(array $results): bool |
|
| 11 | { |
||
| 12 | 1 | return false; |
|
| 13 | } |
||
| 14 | |||
| 15 | 59 | public function getOperator(): string |
|
| 16 | { |
||
| 17 | 59 | return \Yiisoft\Data\Reader\Filter\Any::getOperator(); |
|
| 18 | } |
||
| 19 | |||
| 20 | 1 | protected function checkResult($result): ?bool |
|
| 23 | } |
||
| 24 | } |
||
| 25 |