Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-07-27 20:11:50 +00:00
committed by StyleCI Bot
parent dda3cbbae5
commit bf0025979e
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class Client
$connection->authenticate($sharedUrl, $subdomain);
$clientConnection->on('close', function () use ($deferred, $sharedUrl, $subdomain, $authToken) {
$clientConnection->on('close', function () use ($sharedUrl, $subdomain, $authToken) {
$this->logger->error('Connection to server closed.');
$this->retryConnectionOrExit($sharedUrl, $subdomain, $authToken);