The doc-type array<string, could not be parsed: Expected ">" at position 5, but found "end of type". (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...
28
*/
29
public function getOptions(): array;
30
31
/**
32
* @param string $name The option key
33
* @param mixed $default The default value if option not found
34
*
35
* @return mixed
36
*/
37
public function getOption($name, $default = null);
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.