Completed
Push — master ( e88f05...6f4a85 )
by
unknown
01:39
created
src/Networks/CommissionJunction.php 2 patches
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * @param \DateTime $dateFrom
120 120
      * @param \DateTime $dateTo
121
-     * @param int $merchantID
121
+     * @param int $arrMerchantID
122 122
      * @return array of Transaction
123 123
      */
124 124
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
@@ -167,6 +167,7 @@  discard block
 block discarded – undo
167 167
 
168 168
     /**
169 169
     * Api call CommissionJunction
170
+    * @param string $url
170 171
     */
171 172
     private function _apiCall($url)
172 173
     {
Please login to merge, or discard this patch.
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 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;
6
+use Padosoft\AffiliateNetwork\Deal;
7
+use Padosoft\AffiliateNetwork\Merchant;
10 8
 use Padosoft\AffiliateNetwork\NetworkInterface;
9
+use Padosoft\AffiliateNetwork\Stat;
10
+use Padosoft\AffiliateNetwork\Transaction;
11 11
 
12 12
 // require "../vendor/fubralimited/php-oara/Oara/Network/Publisher/Zanox/Zapi/ApiClient.php";
13 13
 
Please login to merge, or discard this patch.