diff options
author | Thomas PEREZ <[email protected]> | 2019-10-09 20:57:28 +0200 |
---|---|---|
committer | Thomas PEREZ <[email protected]> | 2019-10-09 21:00:07 +0200 |
commit | 46783061ceddee1fe8dd4f9aa9e71a2e6a293e7f (patch) | |
tree | 39844e383c16163c8f3cfdc92c06354353069dfd /src/Worker.php | |
parent | 98940ef86c39217b8bdf61e06b8883024334c45c (diff) |
Php cs fixer
Diffstat (limited to 'src/Worker.php')
-rw-r--r-- | src/Worker.php | 5 |
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 +} |