ÂInventoryManagerEntry: fixed incorrect PHPDoc type

This commit is contained in:
Dylan K. Taylor 2023-04-24 13:42:11 +01:00
parent 107b56154b
commit 3ecc980bc4
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -40,7 +40,7 @@ final class InventoryManagerEntry{
public array $itemStackInfos = [];
/**
* @var int[]
* @var ItemStack[]
* @phpstan-var array<int, ItemStack>
*/
public array $pendingSyncs = [];