@@ -61,7 +61,6 @@ |
||
61 | 61 | /** |
62 | 62 | * Send message to device. |
63 | 63 | * |
64 | - * @param int $sceneValue |
|
65 | 64 | * |
66 | 65 | * @return \EasyWeChat\Support\Collection |
67 | 66 | */ |
@@ -427,7 +427,7 @@ discard block |
||
427 | 427 | * @param array $options |
428 | 428 | * @param bool $returnResponse |
429 | 429 | * |
430 | - * @return \EasyWeChat\Support\Collection|\Psr\Http\Message\ResponseInterface |
|
430 | + * @return string |
|
431 | 431 | */ |
432 | 432 | protected function request($api, array $params, $method = 'post', array $options = [], $returnResponse = false) |
433 | 433 | { |
@@ -540,7 +540,7 @@ discard block |
||
540 | 540 | /** |
541 | 541 | * Return the cache manager. |
542 | 542 | * |
543 | - * @return \Doctrine\Common\Cache\Cache |
|
543 | + * @return string |
|
544 | 544 | */ |
545 | 545 | public function getCache() |
546 | 546 | { |