diff options
Diffstat (limited to 'src/WorkerClient.php')
-rw-r--r-- | src/WorkerClient.php | 3 |
1 files changed, 2 insertions, 1 deletions
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); } |