Completed
Push — master ( e5dc16...8abc4c )
by
unknown
01:52
created
src/Networks/Zanox.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * @param \DateTime $dateFrom
73 73
      * @param \DateTime $dateTo
74
-     * @param int $merchantID
74
+     * @param int $arrMerchantID
75 75
      * @return array of Transaction
76 76
      */
77 77
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Padosoft\AffiliateNetwork\Networks;
4 4
 
5
-use Padosoft\AffiliateNetwork\Transaction;
6
-use Padosoft\AffiliateNetwork\Merchant;
7 5
 use Padosoft\AffiliateNetwork\AbstractNetwork;
6
+use Padosoft\AffiliateNetwork\Merchant;
8 7
 use Padosoft\AffiliateNetwork\NetworkInterface;
8
+use Padosoft\AffiliateNetwork\Transaction;
9 9
 
10 10
 // require "../vendor/fubralimited/php-oara/Oara/Network/Publisher/Zanox/Zapi/ApiClient.php";
11 11
 
Please login to merge, or discard this patch.
src/NetworkInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * @param \DateTime $dateFrom
73 73
      * @param \DateTime $dateTo
74
-     * @param int $merchantID
74
+     * @param int $arrMerchantID
75 75
      * @return array of Transaction
76 76
      */
77 77
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.