From 6bc22c92a5a9a2761f61668ab9813d775920c494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 23 Jun 2022 00:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EventDispatch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/EventDispatch.php b/EventDispatch.php index 0d05985..9dbf985 100644 --- a/EventDispatch.php +++ b/EventDispatch.php @@ -36,7 +36,6 @@ class EventDispatch extends Component implements EventDispatcherInterface */ public function dispatch(object $event): object { - /** @var \SplPriorityQueue $lists */ $lists = $this->eventProvider->getListenersForEvent($event); if (!$lists->valid()) { return $event;