Fixed test failure

This commit is contained in:
Dylan K. Taylor 2020-10-24 18:25:42 +01:00
parent c5b925a213
commit cf7f50af06

View File

@ -54,7 +54,7 @@ use pocketmine\utils\RegistryTrait;
final class VanillaEnchantments{
use RegistryTrait;
/** @var int|null */
/** @var int */
private static $nextRtId = 0;
private static function newRtId() : int{