From a5b9260d1434f2f4b3163314e762a4fb891dbdca Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 17 Mar 2025 14:13:54 +0800 Subject: [PATCH] Fix Middleware args type hint --- src/ZM/Annotation/Middleware/Middleware.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ZM/Annotation/Middleware/Middleware.php b/src/ZM/Annotation/Middleware/Middleware.php index 5de9cda7..f2af7f60 100644 --- a/src/ZM/Annotation/Middleware/Middleware.php +++ b/src/ZM/Annotation/Middleware/Middleware.php @@ -20,8 +20,7 @@ use ZM\Annotation\Interfaces\ErgodicAnnotation; class Middleware extends AnnotationBase implements ErgodicAnnotation { /** - * @param string[] $args - * @param mixed $name + * @param mixed $name */ public function __construct( /**