From 46604293e96abc3aa4dc8d4b43b70593308d6d84 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Tue, 5 Apr 2022 15:29:15 +0800 Subject: [PATCH] remove unnecessary exceptions hint --- src/ZM/global_functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ZM/global_functions.php b/src/ZM/global_functions.php index 5bbe0d2b..422fdf45 100644 --- a/src/ZM/global_functions.php +++ b/src/ZM/global_functions.php @@ -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 {