mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
ItemFactory: fix wrong typehint
This commit is contained in:
@ -45,7 +45,7 @@ use function trim;
|
||||
*/
|
||||
class ItemFactory{
|
||||
|
||||
/** @var \SplFixedArray */
|
||||
/** @var Item[] */
|
||||
private static $list = [];
|
||||
|
||||
/** @var Item|null */
|
||||
|
Reference in New Issue
Block a user