mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-17 07:25:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
7f6be8cae2
commit
400361dd71
@@ -6,7 +6,6 @@ use App\Contracts\ConnectionManager as ConnectionManagerContract;
|
|||||||
use App\Contracts\SubdomainGenerator;
|
use App\Contracts\SubdomainGenerator;
|
||||||
use App\Http\QueryParameters;
|
use App\Http\QueryParameters;
|
||||||
use App\Server\Exceptions\NoFreePortAvailable;
|
use App\Server\Exceptions\NoFreePortAvailable;
|
||||||
use Illuminate\Support\Collection;
|
|
||||||
use Ratchet\ConnectionInterface;
|
use Ratchet\ConnectionInterface;
|
||||||
use React\EventLoop\LoopInterface;
|
use React\EventLoop\LoopInterface;
|
||||||
use React\Socket\Server;
|
use React\Socket\Server;
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ use Ratchet\ConnectionInterface;
|
|||||||
use Ratchet\WebSocket\MessageComponentInterface;
|
use Ratchet\WebSocket\MessageComponentInterface;
|
||||||
use React\Promise\Deferred;
|
use React\Promise\Deferred;
|
||||||
use React\Promise\PromiseInterface;
|
use React\Promise\PromiseInterface;
|
||||||
use stdClass;
|
|
||||||
use function React\Promise\reject;
|
use function React\Promise\reject;
|
||||||
|
use stdClass;
|
||||||
|
|
||||||
class ControlMessageController implements MessageComponentInterface
|
class ControlMessageController implements MessageComponentInterface
|
||||||
{
|
{
|
||||||
@@ -114,6 +114,7 @@ class ControlMessageController implements MessageComponentInterface
|
|||||||
|
|
||||||
reject(null);
|
reject(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $user;
|
return $user;
|
||||||
})
|
})
|
||||||
->then(function ($user) use ($connection, $data) {
|
->then(function ($user) use ($connection, $data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user