mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
BlockStateUpgradeSchemaModelBlockRemap: added missing @required tag
This commit is contained in:
parent
3eed0a4620
commit
ad67fb7291
@ -40,6 +40,7 @@ final class BlockStateUpgradeSchemaModelBlockRemap{
|
|||||||
/**
|
/**
|
||||||
* @var BlockStateUpgradeSchemaModelTag[]|null
|
* @var BlockStateUpgradeSchemaModelTag[]|null
|
||||||
* @phpstan-var array<string, BlockStateUpgradeSchemaModelTag>|null
|
* @phpstan-var array<string, BlockStateUpgradeSchemaModelTag>|null
|
||||||
|
* @required
|
||||||
*/
|
*/
|
||||||
public ?array $newState;
|
public ?array $newState;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user