hhxsv5 /
laravel-s
| 1 | <?php |
||
| 2 | |||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 3 | namespace Hhxsv5\LaravelS\Swoole; |
||
| 4 | |||
| 5 | use Hhxsv5\LaravelS\Swoole\Socket\WebSocketInterface; |
||
| 6 | |||
| 7 | interface WebSocketHandlerInterface extends WebSocketInterface |
||
|
0 ignored issues
–
show
|
|||
| 8 | { |
||
| 9 | public function __construct(); |
||
|
0 ignored issues
–
show
|
|||
| 10 | } |