b2728947a3
This reverts commit fdf58326
15 lines
128 B
PHP
15 lines
128 B
PHP
<?php
|
|
|
|
namespace Kiri\Server;
|
|
|
|
|
|
use Swoole\Server;
|
|
|
|
/**
|
|
* @mixin Server
|
|
*/
|
|
interface SwooleServerInterface
|
|
{
|
|
|
|
}
|