Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class ApplyIfArray implements SpecInterface |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | 5 | public function isSatisfiedBy(ProcessorInterface $processor, ExprInterface $exprClass): bool |
|
27 | } |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | 4 | public function apply(ProcessorInterface $processor, ExprInterface $exprClass): Builder |
|
43 |