mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +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:
@@ -23,6 +23,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\permission;
|
||||
|
||||
use function is_array;
|
||||
use function is_bool;
|
||||
use function ksort;
|
||||
use function strtolower;
|
||||
|
||||
class PermissionParser{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user