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...
22
*/
23
10
public function getItems(): array
24
{
25
10
return $this->items;
26
}
27
28
10
protected function normalizeRequiredProperties(): array
29
{
30
10
return $this->getItems();
31
}
32
33
8
private function setItem(string $name, array $requirement): 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.