modify plugin name
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Server;
|
||||
|
||||
|
||||
use Swoole\Server;
|
||||
|
||||
/**
|
||||
* @mixin Server
|
||||
*/
|
||||
interface ServerInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @return Server|\Swoole\Coroutine\Server|\Swoole\Coroutine\Http\Server
|
||||
*/
|
||||
public function getServer(string $name): Server|\Swoole\Coroutine\Server|\Swoole\Coroutine\Http\Server;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user