This commit is contained in:
2020-12-15 14:04:02 +08:00
parent c2d9250be9
commit a37df0ce7a
16 changed files with 225 additions and 162 deletions
+1 -2
View File
@@ -12,10 +12,9 @@ interface IAnnotation
/**
* @param array|Closure $handler
* @param array $attributes
* @return mixed
*/
public function setHandler(array|Closure $handler, array $attributes): mixed;
public function setHandler(array|Closure $handler): mixed;
}