Completed
Push — master ( 7128c8...326e22 )
by
unknown
05:37
created
src/Networks/Daisycon.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
     /**
106 106
      * @param int $merchantID
107
-     * @return array of Deal
107
+     * @return DealsResultset of Deal
108 108
      */
109 109
     public function getDeals($merchantID = null,int $page = 0,int $items_per_page = 100 ): DealsResultset
110 110
     {
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     /**
151 151
      * @param \DateTime $dateFrom
152 152
      * @param \DateTime $dateTo
153
-     * @param int $merchantID
153
+     * @param int $arrMerchantID
154 154
      * @return array of Transaction
155 155
      */
156 156
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.