remove unused imports

This commit is contained in:
Dylan K. Taylor 2019-10-20 21:26:22 +01:00
parent 6d24760174
commit b7665fd906
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ declare(strict_types=1);
*/
namespace pocketmine\event;
use function assert;
use function get_class;
abstract class Event{

View File

@ -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{

View File

@ -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;