From bdd5bdcc24de02baba7180083c72c4ea809771b7 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 16 Aug 2026 01:06:33 -0400 Subject: [PATCH] fix Dispatcher@get return type --- flight/core/Dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index e7aaacc..3bf27d4 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -179,7 +179,7 @@ class Dispatcher * Returns a callable by its name. * * @param string $name Callable name. - * @return ?FilteredCallable + * @return ?callable */ public function get(string $name): ?callable {