From e8ec81d123af08232609562a9319559349f3bc98 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Fri, 29 Nov 2024 14:08:06 +0000 Subject: [PATCH] fix PHPStan error --- src/event/AsyncEvent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/event/AsyncEvent.php b/src/event/AsyncEvent.php index 0d55f63bb..137042e05 100644 --- a/src/event/AsyncEvent.php +++ b/src/event/AsyncEvent.php @@ -76,6 +76,7 @@ abstract class AsyncEvent{ /** * @param AsyncRegisteredListener[] $handlers + * @phpstan-param list $handlers * @phpstan-param \Closure() : void $resolve * @phpstan-param \Closure() : void $reject */