改名
This commit is contained in:
+1
-7
@@ -8,16 +8,10 @@ interface IAspect
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* IAspect constructor.
|
||||
* @param array $handler
|
||||
*/
|
||||
public function __construct(array $handler);
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed|void
|
||||
*/
|
||||
public function invoke();
|
||||
public function invoke(mixed $handler);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user