mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
remove unused imports
This commit is contained in:
parent
6d24760174
commit
b7665fd906
@ -26,7 +26,6 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace pocketmine\event;
|
||||
|
||||
use function assert;
|
||||
use function get_class;
|
||||
|
||||
abstract class Event{
|
||||
|
@ -25,7 +25,6 @@ namespace pocketmine\event;
|
||||
|
||||
use pocketmine\plugin\Plugin;
|
||||
use function array_fill_keys;
|
||||
use function in_array;
|
||||
use function spl_object_id;
|
||||
|
||||
class HandlerList{
|
||||
|
@ -25,7 +25,6 @@ namespace pocketmine\plugin;
|
||||
|
||||
use pocketmine\event\Event;
|
||||
use pocketmine\event\EventPriority;
|
||||
use pocketmine\event\HandlerList;
|
||||
use pocketmine\event\HandlerListManager;
|
||||
use pocketmine\event\Listener;
|
||||
use pocketmine\event\plugin\PluginDisableEvent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user