Completed
Pull Request — master (#666)
by mingyoung
03:57
created
src/Payment/API.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.