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
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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