Completed
Push — master ( 18f22d...4c072d )
by Carlos
06:04 queued 02:28
created
src/Payment/API.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      * API constructor.
96 96
      *
97 97
      * @param \EasyWeChat\Payment\Merchant   $merchant
98
-     * @param \EasyWeChat\Payment\Cache|null $cache
98
+     * @param null|Cache $cache
99 99
      */
100 100
     public function __construct(Merchant $merchant, Cache $cache = null)
101 101
     {
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
      * @param array  $options
429 429
      * @param bool   $returnResponse
430 430
      *
431
-     * @return \EasyWeChat\Support\Collection|\Psr\Http\Message\ResponseInterface
431
+     * @return string
432 432
      */
433 433
     protected function request($api, array $params, $method = 'post', array $options = [], $returnResponse = false)
434 434
     {
Please login to merge, or discard this patch.