Total Complexity | 6 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | final class LogicalOrMatcher extends AbstractMatcher |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | */ |
||
18 | 4 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | */ |
||
34 | 3 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
|
47 |