15 lines
109 B
PHP
15 lines
109 B
PHP
<?php
|
|
|
|
namespace Server;
|
|
|
|
|
|
use Swoole\Server;
|
|
|
|
/**
|
|
* @mixin Server
|
|
*/
|
|
interface SwooleServerInterface
|
|
{
|
|
|
|
}
|