mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
ItemFactory: add Item[] as type for list field (for auto complete)
This commit is contained in:
@@ -44,7 +44,7 @@ use function trim;
|
|||||||
class ItemFactory{
|
class ItemFactory{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \SplFixedArray
|
* @var \SplFixedArray|Item[]
|
||||||
* @phpstan-var \SplFixedArray<Item>
|
* @phpstan-var \SplFixedArray<Item>
|
||||||
*/
|
*/
|
||||||
private static $list;
|
private static $list;
|
||||||
|
Reference in New Issue
Block a user