We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737cf6b commit e31a63dCopy full SHA for e31a63d
server/server.php
@@ -6,10 +6,11 @@
6
use Ratchet\Http\HttpServer;
7
use Ratchet\WebSocket\WsServer;
8
use Ratchet\MessageComponentInterface;
9
+use Ratchet\WebSocket\WsServerInterface;
10
use Ratchet\ConnectionInterface;
11
require dirname(dirname( __FILE__ )) . '/vendor/autoload.php';
12
-class Socket implements MessageComponentInterface {
13
+class Socket implements MessageComponentInterface, WsServerInterface {
14
15
public function __construct()
16
{
0 commit comments