mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
master: imports cleanup
it was easier to make an empty merge and re-run php-cs-fixer afterwards.
This commit is contained in:
@@ -36,6 +36,7 @@ use function stripos;
|
||||
use function strlen;
|
||||
use function substr;
|
||||
use function version_compare;
|
||||
use function yaml_parse;
|
||||
|
||||
class PluginDescription{
|
||||
private $map;
|
||||
|
@@ -37,6 +37,7 @@ use pocketmine\timings\TimingsHandler;
|
||||
use pocketmine\utils\Utils;
|
||||
use function array_intersect;
|
||||
use function array_map;
|
||||
use function array_merge;
|
||||
use function array_pad;
|
||||
use function class_exists;
|
||||
use function count;
|
||||
|
Reference in New Issue
Block a user