This commit is contained in:
2020-12-15 12:24:38 +08:00
parent cc848807f7
commit c2d9250be9
10 changed files with 134 additions and 196 deletions
+3 -2
View File
@@ -11,10 +11,11 @@ interface IAnnotation
/**
* @param array|Closure $closure
* @param array|Closure $handler
* @param array $attributes
* @return mixed
*/
public function setHandler(array|Closure $closure): mixed;
public function setHandler(array|Closure $handler, array $attributes): mixed;
}