Modernize private property declarations in src/item

This commit is contained in:
Dylan K. Taylor
2022-05-17 20:59:24 +01:00
parent fb4d332d1a
commit 95ad3f16e1
21 changed files with 44 additions and 100 deletions

View File

@@ -40,8 +40,7 @@ class Armor extends Durable{
public const TAG_CUSTOM_COLOR = "customColor"; //TAG_Int
/** @var ArmorTypeInfo */
private $armorInfo;
private ArmorTypeInfo $armorInfo;
/** @var Color|null */
protected $customColor = null;