From 05831b39cb376910f2b812425300c98b6e502c99 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 16 Aug 2026 01:05:03 -0400 Subject: [PATCH] use always global namespace prefix --- 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 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 {