1 | <?php |
||
10 | final class SubclassesOfMatcher extends AbstractMatcher |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public function matchesClass(\ReflectionClass $class, array $arguments) : bool |
||
22 | 1 | ||
23 | /** |
||
24 | 1 | * {@inheritdoc} |
|
25 | */ |
||
26 | public function matchesMethod(\ReflectionMethod $method, array $arguments) : bool |
||
32 | } |
||
33 |
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.