Completed
Push — master ( 377808...51707d )
by
unknown
02:49
created
src/Networks/Affilinet.php 2 patches
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.
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Padosoft\AffiliateNetwork\Networks;
4 4
 
5
-use Padosoft\AffiliateNetwork\Transaction;
6
-use Padosoft\AffiliateNetwork\Merchant;
7
-use Padosoft\AffiliateNetwork\Stat;
8
-use Padosoft\AffiliateNetwork\Deal;
9 5
 use Padosoft\AffiliateNetwork\AbstractNetwork;
10
-use Padosoft\AffiliateNetwork\NetworkInterface;
6
+use Padosoft\AffiliateNetwork\AffilinetEx;
7
+use Padosoft\AffiliateNetwork\Deal;
11 8
 use Padosoft\AffiliateNetwork\DealsResultset;
9
+use Padosoft\AffiliateNetwork\Merchant;
10
+use Padosoft\AffiliateNetwork\NetworkInterface;
12 11
 use Padosoft\AffiliateNetwork\ProductsResultset;
13
-use Padosoft\AffiliateNetwork\AffilinetEx;
12
+use Padosoft\AffiliateNetwork\Stat;
13
+use Padosoft\AffiliateNetwork\Transaction;
14 14
 
15 15
 /**
16 16
  * Class Affilinet
Please login to merge, or discard this patch.