This commit is contained in:
2021-11-18 15:57:37 +08:00
parent d4b5bed960
commit 370b255862
+1 -6
View File
@@ -18,13 +18,8 @@ interface OnProcessInterface
/**
* @param Process $process
*/
public function onProcessExec(Process $process): void;
public function process(Process $process): void;
/**
*
*/
public function onProcessStop(): void;
}