summaryrefslogtreecommitdiff
path: root/src/Worker.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Worker.php')
-rw-r--r--src/Worker.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Worker.php b/src/Worker.php
index 4405cd70..7f92a714 100644
--- a/src/Worker.php
+++ b/src/Worker.php
@@ -42,8 +42,8 @@ class Worker
* return Error to wrap error message from server.
*
* @param mixed $header
- *
* @return \Error|null|string
+ *
* @throws GoridgeException
*/
public function receive(&$header)
@@ -128,8 +128,7 @@ class Worker
* @param string $body
* @param mixed $header Exported context (if any).
* @param int $flags
- *
- * @returns bool True when continue processing.
+ * @return bool True when continue processing.
*
* @throws RoadRunnerException
*/