BlockStateUpgradeSchemaModelBlockRemap: added missing @required tag

This commit is contained in:
Dylan K. Taylor
2023-06-24 16:22:29 +01:00
parent 3eed0a4620
commit ad67fb7291

View File

@ -40,6 +40,7 @@ final class BlockStateUpgradeSchemaModelBlockRemap{
/**
* @var BlockStateUpgradeSchemaModelTag[]|null
* @phpstan-var array<string, BlockStateUpgradeSchemaModelTag>|null
* @required
*/
public ?array $newState;