| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class IsInMethodMatcher extends AbstractMatcher |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | * |
||
| 19 | * @phpstan-param ReflectionClass<object> $class |
||
| 20 | * @phpstan-param array<mixed> $arguments |
||
| 21 | * |
||
| 22 | * @codeCoverageIgnore |
||
| 23 | */ |
||
| 24 | #[Override] |
||
| 30 | 3 | } |
|
| 31 | |||
| 32 | 3 | /** |
|
| 33 | * {@inheritDoc} |
||
| 34 | * |
||
| 35 | * @phpstan-param array<mixed> $arguments |
||
| 36 | */ |
||
| 37 | #[Override] |
||
| 46 |