ToolTier: remove legacy EnumTrait annotations and doc comment infoÂ

This commit is contained in:
Dylan K. Taylor 2023-09-08 10:02:50 +01:00
parent 07194e3884
commit 14f2368454
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -26,10 +26,8 @@ namespace pocketmine\item;
use pocketmine\utils\LegacyEnumShimTrait;
/**
* This doc-block is generated automatically, do not modify it manually.
* This must be regenerated whenever registry members are added, removed or changed.
* @see build/generate-registry-annotations.php
* @generate-registry-docblock
* TODO: These tags need to be removed once we get rid of LegacyEnumShimTrait (PM6)
* These are retained for backwards compatibility only.
*
* @method static ToolTier DIAMOND()
* @method static ToolTier GOLD()