| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class In implements IterableProcessorInterface, FilterProcessorInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | 59 | public function getOperator(): string |
|
| 12 | { |
||
| 13 | 59 | return \YiiSoft\Data\Reader\Filter\In::getOperator(); |
|
| 14 | } |
||
| 15 | |||
| 16 | 1 | public function match(array $item, array $arguments, array $filterProcessors): bool |
|
| 20 | } |
||
| 21 | |||
| 23 |