InventoryManagerEntry: fixed missing default

This commit is contained in:
Dylan K. Taylor 2023-03-20 17:32:44 +00:00
parent 3d70a169e1
commit a83fc85f1e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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