Fix Middleware args type hint

This commit is contained in:
crazywhalecc
2025-03-17 14:13:54 +08:00
parent f16dadf29e
commit a5b9260d14

View File

@@ -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(
/**