Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-05-31 14:39:37 +00:00
committed by StyleCI Bot
parent 9623793df5
commit 6b02eafc87

View File

@@ -91,7 +91,7 @@ class ControlMessageController implements MessageComponentInterface
$data->subdomain = null; $data->subdomain = null;
} }
if (! isset($data->type)) { if (! isset($data->type)) {
$data->type = "http"; $data->type = 'http';
} }
$this->verifyAuthToken($connection) $this->verifyAuthToken($connection)