Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class IsInterfaceMatcher extends AbstractMatcher |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | * |
||
29 | * @codeCoverageIgnore |
||
30 | */ |
||
31 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
36 |