Completed
Push — master ( eece82...d22127 )
by Carlos
05:06 queued 02:13
created
src/Payment/MerchantPay/API.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@  discard block
 block discarded – undo
77 77
      * Send MerchantPay.
78 78
      *
79 79
      * @param array  $params
80
-     * @param string $type
81 80
      *
82 81
      * @return \EasyWeChat\Support\Collection
83 82
      */
@@ -137,7 +136,7 @@  discard block
 block discarded – undo
137 136
     /**
138 137
      * Parse Response XML to array.
139 138
      *
140
-     * @param \Psr\Http\Message\ResponseInterface|string $response
139
+     * @param ResponseInterface $response
141 140
      *
142 141
      * @return \EasyWeChat\Support\Collection
143 142
      */
Please login to merge, or discard this patch.