From 8a4818cf8787e873d26256fa666779a9090ffaab Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 14 Aug 2026 02:49:13 -0400 Subject: [PATCH] improve typehint of keys before and after inside all events in the Dispatcher $filters property --- flight/core/Dispatcher.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 0ac26e0..830af52 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -33,9 +33,10 @@ class Dispatcher protected array $events = []; /** - * Method filters. - * - * @var array &$params, mixed &$output): (void|false)>>> + * @var array */ protected array $filters = [];