Fix Middleware args type hint

This commit is contained in:
crazywhalecc 2025-03-17 14:13:54 +08:00
parent f16dadf29e
commit a5b9260d14
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -20,7 +20,6 @@ use ZM\Annotation\Interfaces\ErgodicAnnotation;
class Middleware extends AnnotationBase implements ErgodicAnnotation class Middleware extends AnnotationBase implements ErgodicAnnotation
{ {
/** /**
* @param string[] $args
* @param mixed $name * @param mixed $name
*/ */
public function __construct( public function __construct(