1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace Hhxsv5\LaravelS\Swoole\Events; |
||
4 | |||
5 | use Swoole\Http\Server; |
||
6 | |||
7 | interface ServerStopInterface |
||
0 ignored issues
–
show
|
|||
8 | { |
||
9 | public function __construct(); |
||
0 ignored issues
–
show
|
|||
10 | |||
11 | public function handle(Server $server); |
||
0 ignored issues
–
show
|
|||
12 | } |