mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
ItemFactory: fix wrong typehint
This commit is contained in:
parent
0bf7fd2c0d
commit
51f96b195e
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user