diff --git a/EventDispatch.php b/EventDispatch.php index 389bc54..53dc99d 100644 --- a/EventDispatch.php +++ b/EventDispatch.php @@ -3,14 +3,10 @@ declare(strict_types=1); namespace Kiri\Events; -use Exception; use Kiri; use Kiri\Abstracts\Component; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\StoppableEventInterface; -use ReflectionException; use SplPriorityQueue;