The doc-type lowercase-string could not be parsed: Unknown type name "lowercase-string" at position 0. (view supported doc-types)
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.
Loading history...
13
*/
14
public function __construct(string $fq_class_name, string $method_name)
15
{
16
$this->fq_class_name = $fq_class_name;
17
$this->method_name = $method_name;
18
}
19
20
/**
21
* Takes any valid reference to a method id and converts
The doc-type non-empty-string could not be parsed: Unknown type name "non-empty-string" at position 0. (view supported doc-types)
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.
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.