Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class SubclassesOfMatcher extends AbstractMatcher |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
23 | } |
||
24 | 1 | ||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
35 |