Completed
Push — master ( 69f7b1...9abf2f )
by
unknown
03:57
created
src/Networks/Belboon.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * @param int $merchantID
66
-     * @return array of Deal
66
+     * @return DealsResultset of Deal
67 67
      */
68 68
     public function getDeals($merchantID=null, int $page=0, int $items_per_page=10): DealsResultset
69 69
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * @param \DateTime $dateFrom
112 112
      * @param \DateTime $dateTo
113
-     * @param int $merchantID
113
+     * @param int $arrMerchantID
114 114
      * @return array of Transaction
115 115
      */
116 116
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.