This commit is contained in:
2020-12-14 15:34:59 +08:00
parent 7c40a35679
commit b278c028c3
7 changed files with 39 additions and 19 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ interface Task
/**
* @return void
* @return mixed
*/
public function onHandler(): void;
public function onHandler(): mixed;
}