ItemFactory: add Item[] as type for list field (for auto complete)

This commit is contained in:
Dylan K. Taylor 2020-02-07 20:11:31 +00:00
parent bfce478e72
commit 758a68aa2c

View File

@ -44,7 +44,7 @@ use function trim;
class ItemFactory{
/**
* @var \SplFixedArray
* @var \SplFixedArray|Item[]
* @phpstan-var \SplFixedArray<Item>
*/
private static $list;