This commit is contained in:
Dylan K. Taylor 2022-03-22 15:44:11 +00:00
parent b7e6854189
commit 4a94cb85a2
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,6 @@ declare(strict_types=1);
namespace pocketmine\utils; namespace pocketmine\utils;
use function preg_match;
trait EnumTrait{ trait EnumTrait{
use RegistryTrait; use RegistryTrait;
use NotCloneable; use NotCloneable;

View File

@ -26,6 +26,7 @@ namespace pocketmine\utils;
use function array_map; use function array_map;
use function count; use function count;
use function mb_strtoupper; use function mb_strtoupper;
use function preg_match;
trait RegistryTrait{ trait RegistryTrait{
/** @var object[] */ /** @var object[] */