mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 01:25:34 +08:00
Fix context PHPDoc return type
This commit is contained in:
@@ -255,7 +255,7 @@ class Context implements ContextInterface
|
|||||||
* @throws InvalidArgumentException
|
* @throws InvalidArgumentException
|
||||||
* @throws ZMKnownException
|
* @throws ZMKnownException
|
||||||
* @throws WaitTimeoutException
|
* @throws WaitTimeoutException
|
||||||
* @return mixed|string
|
* @return float|int|string
|
||||||
*/
|
*/
|
||||||
public function getArgs($mode, $prompt_msg)
|
public function getArgs($mode, $prompt_msg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user