Completed
Push — master ( 809a75...cd1313 )
by recca
16:22 queued 07:07
created
src/Bridge/Ecpay/Sdk/ECPay.Logistics.Integration.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1424,7 +1424,6 @@  discard block
 block discarded – undo
1424 1424
          *
1425 1425
          * @param string $Name
1426 1426
          * @param string $Value
1427
-         * @param int $MaxLength
1428 1427
          * @param bool $AllowEmpty
1429 1428
          *
1430 1429
          * @version		1.0.1012
@@ -1887,7 +1886,7 @@  discard block
 block discarded – undo
1887 1886
          * @param string $Name
1888 1887
          * @param bool $AllowEmpty
1889 1888
          *
1890
-         * @return bool
1889
+         * @return boolean|null
1891 1890
          *
1892 1891
          * @version		1.0.1012
1893 1892
          */
@@ -1907,7 +1906,7 @@  discard block
 block discarded – undo
1907 1906
          *
1908 1907
          * @param string $Name
1909 1908
          * @param int $MaxLength
1910
-         * @param bool $AllowEmpty
1909
+         * @param integer $Length
1911 1910
          *
1912 1911
          * @version		1.0.1012
1913 1912
          */
Please login to merge, or discard this patch.
src/Bridge/Ecpay/Sdk/ECPay.Payment.Integration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -505,6 +505,9 @@
 block discarded – undo
505 505
  */
506 506
 abstract class ECPay_Aio
507 507
 {
508
+    /**
509
+     * @param string $ServiceURL
510
+     */
508 511
     protected static function ServerPost($parameters, $ServiceURL)
509 512
     {
510 513
         $ch = curl_init();
Please login to merge, or discard this patch.