mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
remove unused imports
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user