Enchantment: Add some PhpDoc for fields

This commit is contained in:
Dylan K. Taylor 2017-12-16 10:01:42 +00:00
parent 3853938ef3
commit 24387d1efe

View File

@ -127,11 +127,17 @@ class Enchantment{
return null;
}
/** @var int */
private $id;
/** @var int */
private $level = 1;
/** @var string */
private $name;
/** @var int */
private $rarity;
/** @var int */
private $activationType;
/** @var int */
private $slot;
/**