mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 22:45:28 +00:00
ItemFactory: add Item[] as type for list field (for auto complete)
This commit is contained in:
parent
bfce478e72
commit
758a68aa2c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user