diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 5cd142f..e7aaacc 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -57,7 +57,7 @@ class Dispatcher /** * @param Container|(callable(class-string $classString, mixed[] $params): ?object) $containerHandler * @throws InvalidArgumentException - * If $containerHandler is not a `callable` or instance of `Psr\Container\ContainerInterface`. + * If $containerHandler is not a `callable` or instance of `\Psr\Container\ContainerInterface`. */ public function setContainerHandler($containerHandler): void {