The doc-type integer, could not be parsed: Expected "|" or "end of type", but got "," at position 7. (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...
41
*/
42
public function getSeverity(): int {
43
return $this->severity;
44
}
45
46
/**
47
* Returns the property of the value for which the error occurred, or null if it occurred for the value itself.
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.