| 1 | <?php |
||
| 13 | final class ParamInjectMatcher extends AbstractMatcher |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function matchesClass(ReflectionClass $class, array $arguments): bool |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function matchesMethod(ReflectionMethod $method, array $arguments): bool |
||
| 39 | } |
||
| 40 |
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.