From e40b3029e0f391821da29383cee1167fc4bed284 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 3 Apr 2022 00:55:00 +0800 Subject: [PATCH] Fix context PHPDoc return type --- src/ZM/Context/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZM/Context/Context.php b/src/ZM/Context/Context.php index a17d1a13..c54e705b 100644 --- a/src/ZM/Context/Context.php +++ b/src/ZM/Context/Context.php @@ -255,7 +255,7 @@ class Context implements ContextInterface * @throws InvalidArgumentException * @throws ZMKnownException * @throws WaitTimeoutException - * @return mixed|string + * @return float|int|string */ public function getArgs($mode, $prompt_msg) {