mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 08:35:35 +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
|
function context(): ContextInterface
|
||||||
{
|
{
|
||||||
@@ -251,8 +249,6 @@ function context(): ContextInterface
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取当前上下文
|
* 获取当前上下文
|
||||||
*
|
|
||||||
* @throws ZMKnownException
|
|
||||||
*/
|
*/
|
||||||
function ctx(): ContextInterface
|
function ctx(): ContextInterface
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user