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 {