diff --git a/src/SocketBundle/Command/WsCommand.php b/src/SocketBundle/Command/WsCommand.php index afa394acdfa85338a34a8eb373704eeedcdb04e4..52d918d326a66ae17b38a04758f381112f0366cb 100755 --- a/src/SocketBundle/Command/WsCommand.php +++ b/src/SocketBundle/Command/WsCommand.php @@ -9,7 +9,6 @@ namespace SocketBundle\Command; -use Ratchet\App; use Ratchet\Http\HttpServer; use Ratchet\Server\IoServer; use Ratchet\WebSocket\WsServer; @@ -28,8 +27,7 @@ class WsCommand extends ContainerAwareCommand { $this->setName('ws:run'); $this->setDescription("Démarre le serveur Web Socket\n"); - - //parent::configure(); // pas nécessaire ici + } /** @@ -58,7 +56,6 @@ class WsCommand extends ContainerAwareCommand $server->run(); - //parent::execute($input, $output); // pas nécessaire ici } } \ No newline at end of file