mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-13 19:55:34 +08:00
remove unnecessary exceptions hint
This commit is contained in:
@@ -241,8 +241,6 @@ function set_coroutine_params(array $params): void
|
||||
|
||||
/**
|
||||
* 获取当前上下文
|
||||
*
|
||||
* @throws ZMKnownException
|
||||
*/
|
||||
function context(): ContextInterface
|
||||
{
|
||||
@@ -251,8 +249,6 @@ function context(): ContextInterface
|
||||
|
||||
/**
|
||||
* 获取当前上下文
|
||||
*
|
||||
* @throws ZMKnownException
|
||||
*/
|
||||
function ctx(): ContextInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user