| Total Complexity | 8 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class Between implements IterableFilterHandlerInterface |
||
| 20 | { |
||
| 21 | 104 | public function getOperator(): string |
|
| 22 | { |
||
| 23 | 104 | return \Yiisoft\Data\Reader\Filter\Between::getOperator(); |
|
| 24 | } |
||
| 25 | |||
| 26 | 22 | public function match(array|object $item, array $arguments, array $iterableFilterHandlers): bool |
|
| 46 | } |
||
| 47 | } |
||
| 48 |