| 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 |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
| 43 | } |
||
| 44 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.