| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| 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 |