This commit is contained in:
2023-04-16 12:23:16 +08:00
parent 93f10ade37
commit e9f3499f2f
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -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;
}