mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +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{
|
||||
|
||||
/**
|
||||
* @var \SplFixedArray
|
||||
* @var \SplFixedArray|Item[]
|
||||
* @phpstan-var \SplFixedArray<Item>
|
||||
*/
|
||||
private static $list;
|
||||
|
Loading…
x
Reference in New Issue
Block a user