-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnohup.out
36 lines (28 loc) · 2.13 KB
/
nohup.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PHP Fatal error: Declaration of App\WebSockets\WebSocketHandler::onOpen(Ratchet\ConnectionInterface $connection) must be compatible with SwooleTW\Http\Websocket\HandlerContract::onOpen($fd, Illuminate\Http\Request $request) in /home/devcore/app/server/app/WebSockets/WebSocketHandler.php on line 12
Symfony\Component\Debug\Exception\FatalErrorException : Declaration of App\WebSockets\WebSocketHandler::onOpen(Ratchet\ConnectionInterface $connection) must be compatible with SwooleTW\Http\Websocket\HandlerContract::onOpen($fd, Illuminate\Http\Request $request)
at /home/devcore/app/server/app/WebSockets/WebSocketHandler.php:12
8| use Ratchet\ConnectionInterface;
9| use Ratchet\RFC6455\Messaging\MessageInterface;
10| use SwooleTW\Http\Websocket\HandlerContract;
11|
> 12| class WebSocketHandler extends \BeyondCode\LaravelWebSockets\WebSockets\WebSocketHandler implements HandlerContract
13| {
14|
15| public function onOpen(ConnectionInterface $connection)
16| {
Whoops\Exception\ErrorException : Declaration of App\WebSockets\WebSocketHandler::onOpen(Ratchet\ConnectionInterface $connection) must be compatible with SwooleTW\Http\Websocket\HandlerContract::onOpen($fd, Illuminate\Http\Request $request)
at /home/devcore/app/server/app/WebSockets/WebSocketHandler.php:12
8| use Ratchet\ConnectionInterface;
9| use Ratchet\RFC6455\Messaging\MessageInterface;
10| use SwooleTW\Http\Websocket\HandlerContract;
11|
> 12| class WebSocketHandler extends \BeyondCode\LaravelWebSockets\WebSockets\WebSocketHandler implements HandlerContract
13| {
14|
15| public function onOpen(ConnectionInterface $connection)
16| {
Exception trace:
1 Whoops\Run::handleError("Declaration of App\WebSockets\WebSocketHandler::onOpen(Ratchet\ConnectionInterface $connection) must be compatible with SwooleTW\Http\Websocket\HandlerContract::onOpen($fd, Illuminate\Http\Request $request)", "/home/devcore/app/server/app/WebSockets/WebSocketHandler.php")
/home/devcore/app/server/vendor/filp/whoops/src/Whoops/Run.php:408
2 Whoops\Run::handleShutdown()
[internal]:0