From 9f7db935333a222e411c9016e1effb803d2afdd1 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Wed, 16 Dec 2020 16:33:31 +0300 Subject: - removal of PHP code --- tests/src/WorkerInterface.php | 55 ------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 tests/src/WorkerInterface.php (limited to 'tests/src/WorkerInterface.php') diff --git a/tests/src/WorkerInterface.php b/tests/src/WorkerInterface.php deleted file mode 100644 index bf0b6e06..00000000 --- a/tests/src/WorkerInterface.php +++ /dev/null @@ -1,55 +0,0 @@ -error("invalid payload"); - * - * @param string $error - * @throws GoridgeException - */ - public function error(string $error): void; - - /** - * Terminate the process. Server must automatically pass task to the next available process. - * Worker will receive stop command after calling this method. - * - * Attention, you MUST use continue; after invoking this method to let rr to properly stop worker. - */ - public function stop(): void; -} -- cgit v1.2.3