mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
(master) imports cleanup
This commit is contained in:
@@ -27,10 +27,10 @@ use function array_map;
|
||||
use function count;
|
||||
use function get_class;
|
||||
use function implode;
|
||||
use function mb_strtoupper;
|
||||
use function sprintf;
|
||||
use function strlen;
|
||||
use function strpos;
|
||||
use function mb_strtoupper;
|
||||
use function substr;
|
||||
|
||||
trait RegistryTrait{
|
||||
|
@@ -72,7 +72,6 @@ use function substr;
|
||||
use function sys_get_temp_dir;
|
||||
use function trim;
|
||||
use function xdebug_get_function_stack;
|
||||
use const DIRECTORY_SEPARATOR;
|
||||
use const PHP_EOL;
|
||||
use const PHP_INT_MAX;
|
||||
use const PHP_INT_SIZE;
|
||||
|
Reference in New Issue
Block a user