Completed
Push — master ( 5b5ec4...aac2de )
by Lorenzo
02:09
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/NetAffiliation.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/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/NetworkManager.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/CommissionJunction.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * @param int $merchantID
82
-     * @return array of Deal
82
+     * @return DealsResultset of Deal
83 83
      */
84 84
     public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset
85 85
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * @param \DateTime $dateFrom
122 122
      * @param \DateTime $dateTo
123
-     * @param int $merchantID
123
+     * @param int $arrMerchantID
124 124
      * @return array of Transaction
125 125
      */
126 126
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
@@ -169,6 +169,7 @@  discard block
 block discarded – undo
169 169
 
170 170
     /**
171 171
     * Api call CommissionJunction
172
+    * @param string $url
172 173
     */
173 174
     private function _apiCall($url)
174 175
     {
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/WebGains.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.