Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-05-28 14:52:25 +00:00
committed by StyleCI Bot
parent 7f6be8cae2
commit 400361dd71
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ use Ratchet\ConnectionInterface;
use Ratchet\WebSocket\MessageComponentInterface;
use React\Promise\Deferred;
use React\Promise\PromiseInterface;
use stdClass;
use function React\Promise\reject;
use stdClass;
class ControlMessageController implements MessageComponentInterface
{
@@ -114,6 +114,7 @@ class ControlMessageController implements MessageComponentInterface
reject(null);
}
return $user;
})
->then(function ($user) use ($connection, $data) {