fix Dispatcher@get return type

dispatcher-rework
fadrian06 3 days ago
parent 05831b39cb
commit bdd5bdcc24

@ -179,7 +179,7 @@ class Dispatcher
* Returns a callable by its name. * Returns a callable by its name.
* *
* @param string $name Callable name. * @param string $name Callable name.
* @return ?FilteredCallable * @return ?callable
*/ */
public function get(string $name): ?callable public function get(string $name): ?callable
{ {

Loading…
Cancel
Save