1 | <?php |
||
11 | final class NameKeyVarString |
||
12 | { |
||
13 | /** |
||
14 | * @var Reader |
||
15 | */ |
||
16 | private $reader; |
||
17 | |||
18 | public function __construct(Reader $reader) |
||
22 | |||
23 | public function __invoke(\ReflectionMethod $method) : ?string |
||
37 | |||
38 | private function getQualifierKeyVarString(\ReflectionMethod $method) : string |
||
54 | } |
||
55 |
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.