From f5af725a9ced9270618c12de1596ca083875c10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Dec 2020 10:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Route/After.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {