Completed
Push — master ( c9e02a...559f20 )
by
unknown
03:39
created
src/Networks/CommissionJunction.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     /**
204 204
      * @param \DateTime $dateFrom
205 205
      * @param \DateTime $dateTo
206
-     * @param int $merchantID
206
+     * @param int $arrMerchantID
207 207
      * @return array of Transaction
208 208
      */
209 209
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()): array
@@ -290,6 +290,7 @@  discard block
 block discarded – undo
290 290
 
291 291
     /**
292 292
      * Api call CommissionJunction
293
+     * @param string $url
293 294
      */
294 295
     private function _apiCall($url)
295 296
     {
Please login to merge, or discard this patch.