| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | final class AssistedInjectMatcher extends AbstractMatcher |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | * |
||
| 20 | * @codeCoverageIgnore |
||
| 21 | */ |
||
| 22 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
| 50 |