diff --git a/Annotation/Route/After.php b/Annotation/Route/After.php index 95ee5e0e..cae2f41c 100644 --- a/Annotation/Route/After.php +++ b/Annotation/Route/After.php @@ -14,7 +14,7 @@ namespace Annotation\Route; /** * Interceptor constructor. - * @param string|array $after + * @param \HttpServer\IInterface\After|\HttpServer\IInterface\After[] $after */ public function __construct(public string|array $after) {