| 1 | <?php |
||
| 12 | final class ParamInjectMatcher extends AbstractMatcher |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
| 37 | } |
||
| 38 |