@@ -331,7 +331,7 @@ public function sandbox()
331331 /**
332332 * @param array $parameters
333333 *
334- * @return AopCompletePurchaseRequest
334+ * @return \Omnipay\Alipay\Requests\ AopCompletePurchaseRequest
335335 * @throws InvalidRequestException
336336 */
337337 public function completePurchase (array $ parameters = [])
@@ -345,7 +345,7 @@ public function completePurchase(array $parameters = [])
345345 *
346346 * @param array $parameters
347347 *
348- * @return AopTradeQueryRequest
348+ * @return \Omnipay\Alipay\Requests\ AopTradeQueryRequest
349349 */
350350 public function query (array $ parameters = [])
351351 {
@@ -358,7 +358,7 @@ public function query(array $parameters = [])
358358 *
359359 * @param array $parameters
360360 *
361- * @return AopTradeRefundRequest
361+ * @return \Omnipay\Alipay\Requests\ AopTradeRefundRequest
362362 */
363363 public function refund (array $ parameters = [])
364364 {
@@ -371,7 +371,7 @@ public function refund(array $parameters = [])
371371 *
372372 * @param array $parameters
373373 *
374- * @return AopTradeRefundQueryRequest
374+ * @return \Omnipay\Alipay\Requests\ AopTradeRefundQueryRequest
375375 */
376376 public function refundQuery (array $ parameters = [])
377377 {
@@ -384,7 +384,7 @@ public function refundQuery(array $parameters = [])
384384 *
385385 * @param array $parameters
386386 *
387- * @return AopTradeCloseRequest
387+ * @return \Omnipay\Alipay\Requests\ AopTradeCloseRequest
388388 */
389389 public function close (array $ parameters = [])
390390 {
@@ -397,7 +397,7 @@ public function close(array $parameters = [])
397397 *
398398 * @param array $parameters
399399 *
400- * @return AopTradeCancelRequest
400+ * @return \Omnipay\Alipay\Requests\ AopTradeCancelRequest
401401 */
402402 public function cancel (array $ parameters = [])
403403 {
@@ -410,7 +410,7 @@ public function cancel(array $parameters = [])
410410 *
411411 * @param array $parameters
412412 *
413- * @return AopTransferToAccountRequest
413+ * @return \Omnipay\Alipay\Requests\ AopTransferToAccountRequest
414414 */
415415 public function transfer (array $ parameters = [])
416416 {
@@ -423,7 +423,7 @@ public function transfer(array $parameters = [])
423423 *
424424 * @param array $parameters
425425 *
426- * @return AopTransferToAccountQueryRequest
426+ * @return \Omnipay\Alipay\Requests\ AopTransferToAccountQueryRequest
427427 */
428428 public function transferQuery (array $ parameters = [])
429429 {
@@ -436,7 +436,7 @@ public function transferQuery(array $parameters = [])
436436 *
437437 * @param array $parameters
438438 *
439- * @return AopTradeCancelRequest
439+ * @return \Omnipay\Alipay\Requests\ AopTradeCancelRequest
440440 */
441441 public function settle (array $ parameters = [])
442442 {
0 commit comments