变更
This commit is contained in:
@@ -7,6 +7,11 @@ interface InjectParameterInterface
|
||||
{
|
||||
|
||||
|
||||
public function dispatch(): mixed;
|
||||
/**
|
||||
* @param object $class
|
||||
* @param string $method
|
||||
* @return mixed
|
||||
*/
|
||||
public function dispatch(object $class, string $method): mixed;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user