| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ApplyIfArray implements ApplicableInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @inheritdoc |
||
| 17 | */ |
||
| 18 | 5 | public function supports(ProcessorInterface $processor, ExprInterface $exprClass): bool |
|
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | 4 | public function apply(ProcessorInterface $processor, ExprInterface $exprClass): Builder |
|
| 41 |