<?php declare(strict_types=1); /** * @deprecated */ class Catalogue { /** * @cacheable * @linksTo $item * @var Item[] */ public array $items = []; /** * @return Item[] */ public function getItems(): array { return $this->items; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`