改名
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Annotation;
|
||||
|
||||
|
||||
use Closure;
|
||||
|
||||
interface IAnnotation
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param array|Closure $closure
|
||||
* @return mixed
|
||||
*/
|
||||
public function setHandler(array|Closure $closure): mixed;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user