Completed
Pull Request — master (#2)
by
unknown
02:20
created
src/Networks/CommissionJunction.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * @param int $merchantID
83
-     * @return array of Deal
83
+     * @return DealsResultset of Deal
84 84
      */
85 85
     public function getDeals($merchantID = NULL, int $page = 0, int $items_per_page = 10): DealsResultset
86 86
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     /**
122 122
      * @param \DateTime $dateFrom
123 123
      * @param \DateTime $dateTo
124
-     * @param int $merchantID
124
+     * @param int $arrMerchantID
125 125
      * @return array of Transaction
126 126
      */
127 127
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()): array
@@ -181,6 +181,7 @@  discard block
 block discarded – undo
181 181
 
182 182
     /**
183 183
      * Api call CommissionJunction
184
+     * @param string $url
184 185
      */
185 186
     private function _apiCall($url)
186 187
     {
Please login to merge, or discard this patch.