Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-09-07 18:52:38 +00:00
committed by StyleCI Bot
parent e857de8498
commit 32fd4ba8ea
3 changed files with 5 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ class ControlMessageController implements MessageComponentInterface
->then(function ($user) use ($connection, $data) {
if ($data->type === 'http') {
$this->handleHttpConnection($connection, $data, $user);
} elseif($data->type === 'tcp') {
} elseif ($data->type === 'tcp') {
$this->handleTcpConnection($connection, $data, $user);
}
}, function () use ($connection) {