ItemFactory: fix wrong typehint

This commit is contained in:
Dylan K. Taylor 2019-05-11 18:00:56 +01:00
parent 0bf7fd2c0d
commit 51f96b195e

View File

@ -45,7 +45,7 @@ use function trim;
*/ */
class ItemFactory{ class ItemFactory{
/** @var \SplFixedArray */ /** @var Item[] */
private static $list = []; private static $list = [];
/** @var Item|null */ /** @var Item|null */