Completed
Push — master ( 960226...00e92d )
by
unknown
01:49
created
src/NetworkInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @param \DateTime $dateFrom
21 21
      * @param \DateTime $dateTo
22
-     * @param int $merchantID
22
+     * @param int $arrMerchantID
23 23
      * @return array of Transaction
24 24
      */
25 25
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array;
Please login to merge, or discard this patch.
src/Networks/TradeDoubler.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.
src/Networks/Effiliation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param int $merchantID
74
-     * @return array of Deal
74
+     * @return DealsResultset of Deal
75 75
      */
76 76
     public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset
77 77
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * @param \DateTime $dateFrom
109 109
      * @param \DateTime $dateTo
110
-     * @param int $merchantID
110
+     * @param int $arrMerchantID
111 111
      * @return array of Transaction
112 112
      */
113 113
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.
src/Networks/Publicideas.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param int $merchantID
74
-     * @return array of Deal
74
+     * @return DealsResultset of Deal
75 75
      */
76 76
     public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset
77 77
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * @param \DateTime $dateFrom
109 109
      * @param \DateTime $dateTo
110
-     * @param int $merchantID
110
+     * @param int $arrMerchantID
111 111
      * @return array of Transaction
112 112
      */
113 113
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.
src/Networks/Zanox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     /**
106 106
      * @param \DateTime $dateFrom
107 107
      * @param \DateTime $dateTo
108
-     * @param int $merchantID
108
+     * @param int $arrMerchantID
109 109
      *
110 110
      * @return array of Transaction
111 111
      */
Please login to merge, or discard this patch.
src/Networks/NetAffiliation.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@  discard block
 block discarded – undo
43 43
         $this->login( $this->_username, $this->_password );
44 44
     }
45 45
 
46
+    /**
47
+     * @param string $idSite
48
+     */
46 49
     public function addAllowedSite($idSite){
47 50
         if (trim($idSite)!=''){
48 51
             $this->_network->addAllowedSite($idSite);
@@ -147,7 +150,7 @@  discard block
 block discarded – undo
147 150
     /**
148 151
      * @param \DateTime $dateFrom
149 152
      * @param \DateTime $dateTo
150
-     * @param int $merchantID
153
+     * @param int $arrMerchantID
151 154
      * @return array of Transaction
152 155
      */
153 156
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.
src/Networks/AffiliateWindow.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.
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.
src/Networks/TradeTracker.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param int $merchantID
74
-     * @return array of Deal
74
+     * @return DealsResultset of Deal
75 75
      */
76 76
     public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset
77 77
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * @param \DateTime $dateFrom
109 109
      * @param \DateTime $dateTo
110
-     * @param int $merchantID
110
+     * @param int $arrMerchantID
111 111
      * @return array of Transaction
112 112
      */
113 113
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
Please login to merge, or discard this patch.