Fix context PHPDoc return type

This commit is contained in:
crazywhalecc
2022-04-03 00:55:00 +08:00
committed by Jerry Ma
parent 17492c78fa
commit e40b3029e0

View File

@@ -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)
{