| Total Complexity | 8 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class Between implements IterableHandlerInterface |
||
| 15 | { |
||
| 16 | 104 | public function getOperator(): string |
|
| 17 | { |
||
| 18 | 104 | return \Yiisoft\Data\Reader\Filter\Between::getOperator(); |
|
| 19 | } |
||
| 20 | |||
| 21 | 22 | public function match(array|object $item, array $arguments, array $filterHandlers): bool |
|
| 41 | } |
||
| 42 | } |
||
| 43 |