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