mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
ÂInventoryManagerEntry: fixed incorrect PHPDoc type
This commit is contained in:
parent
107b56154b
commit
3ecc980bc4
@ -40,7 +40,7 @@ final class InventoryManagerEntry{
|
|||||||
public array $itemStackInfos = [];
|
public array $itemStackInfos = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int[]
|
* @var ItemStack[]
|
||||||
* @phpstan-var array<int, ItemStack>
|
* @phpstan-var array<int, ItemStack>
|
||||||
*/
|
*/
|
||||||
public array $pendingSyncs = [];
|
public array $pendingSyncs = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user