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