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 = [];