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...
41
*/
42
15
public function getAttributes(): array
43
{
44
15
return $this->attributes;
45
}
46
47
/**
48
* @param array<string, mixed> $attributes
49
*/
50
3
public function setAttributes(array $attributes): void
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.