From 0e564d2812758bb532588390eb878a080402993c Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 3 Mar 2021 01:41:53 +0300 Subject: code style --- src/WorkerClient.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WorkerClient.php') diff --git a/src/WorkerClient.php b/src/WorkerClient.php index dbf0f78..240c200 100644 --- a/src/WorkerClient.php +++ b/src/WorkerClient.php @@ -4,7 +4,8 @@ namespace jobd; class WorkerClient extends Client { - public function __construct(int $port = Client::WORKER_PORT, ...$args) { + public function __construct(int $port = Client::WORKER_PORT, ...$args) + { parent::__construct($port, ...$args); } -- cgit v1.2.3