mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
Fix Middleware args type hint
This commit is contained in:
@@ -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(
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user