Merge pull request #216 from beyondcode/analysis-pe7Rxk

Apply fixes from StyleCI
This commit is contained in:
Marcel Pociot
2021-05-31 16:39:44 +02:00
committed by GitHub

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)