| 1 | <?php |
||
| 14 | final class AssistedInjectMatcher extends AbstractMatcher |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | * |
||
| 19 | * @codeCoverageIgnore |
||
| 20 | */ |
||
| 21 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
| 42 | } |
||
| 43 |
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.