mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-17 23:45:55 +00:00
Merge pull request #216 from beyondcode/analysis-pe7Rxk
Apply fixes from StyleCI
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user