6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
namespace Ratchet\Protocol;
|
|
use Ratchet\ServerInterface;
|
|
|
|
interface ProtocolInterface extends ServerInterface {
|
|
} |