Completed
Push — master ( 377808...51707d )
by
unknown
02:49
created
src/Networks/Affilinet.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 
96 96
     /**
97 97
      * @param int $merchantID
98
-     * @return array of Deal
98
+     * @return DealsResultset of Deal
99 99
      */
100 100
     public function getDeals($merchantID = NULL, int $page = 0, int $items_per_page = 10): DealsResultset
101 101
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * @param \DateTime $dateFrom
159 159
      * @param \DateTime $dateTo
160
-     * @param int $merchantID
160
+     * @param int $arrMerchantID
161 161
      * @return array of Transaction
162 162
      */
163 163
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()): array
Please login to merge, or discard this patch.