modify plugin name
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ interface ServerInterface
|
||||
* @param string $name
|
||||
* @return Server|\Swoole\Coroutine\Server|\Swoole\Coroutine\Http\Server|null
|
||||
*/
|
||||
public function getServer(string $name): Server|\Swoole\Coroutine\Server|\Swoole\Coroutine\Http\Server|null;
|
||||
public function getServer(string $name = ''): Server|\Swoole\Coroutine\Server|\Swoole\Coroutine\Http\Server|null;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user