改名
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Server;
|
||||
|
||||
|
||||
use Swoole\Server;
|
||||
|
||||
/**
|
||||
* @mixin Server
|
||||
*/
|
||||
interface SwooleServerInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user