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, 3 insertions, 2 deletions
diff --git a/src/Worker.php b/src/Worker.php
index b67ebd3b..2659af5c 100644
--- a/src/Worker.php
+++ b/src/Worker.php
@@ -149,7 +149,8 @@ class Worker
// PID negotiation (socket connections only)
if (!empty($p['pid'])) {
$this->relay->send(
- sprintf('{"pid":%s}', getmypid()), Relay::PAYLOAD_CONTROL
+ sprintf('{"pid":%s}', getmypid()),
+ Relay::PAYLOAD_CONTROL
);
}
@@ -163,4 +164,4 @@ class Worker
return true;
}
-} \ No newline at end of file
+}