mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
BlockStateUpgradeSchemaModelBlockRemap: added missing @required tag
This commit is contained in:
@ -40,6 +40,7 @@ final class BlockStateUpgradeSchemaModelBlockRemap{
|
||||
/**
|
||||
* @var BlockStateUpgradeSchemaModelTag[]|null
|
||||
* @phpstan-var array<string, BlockStateUpgradeSchemaModelTag>|null
|
||||
* @required
|
||||
*/
|
||||
public ?array $newState;
|
||||
|
||||
|
Reference in New Issue
Block a user