Completed
Branch master (17f4fd)
by recca
06:55
created
src/Api.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
      * createTransaction.
91 91
      *
92 92
      * @param array $params
93
-     * @param mixed $request
94 93
      *
95 94
      * @return array
96 95
      */
Please login to merge, or discard this patch.
src/Bridge/Allpay/Sdk/AllPay.Payment.Integration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -550,6 +550,9 @@
 block discarded – undo
550 550
  */
551 551
 abstract class Aio
552 552
 {
553
+    /**
554
+     * @param string $ServiceURL
555
+     */
553 556
     protected static function ServerPost($parameters, $ServiceURL)
554 557
     {
555 558
         $ch = curl_init();
Please login to merge, or discard this patch.