改名
This commit is contained in:
@@ -9,12 +9,11 @@ use Closure;
|
||||
interface IAnnotation
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param array|Closure $handler
|
||||
* @param array $handler
|
||||
* @return mixed
|
||||
*/
|
||||
public function setHandler(array|Closure $handler): mixed;
|
||||
public function execute(array $handler): mixed;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user