Completed
Push — master ( 0a3c41...8547d8 )
by
unknown
02:25
created
src/Networks/Ebay.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@  discard block
 block discarded – undo
42 42
         $this->login($this->_username, $this->_password);
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $idSite
47
+     */
45 48
     public function addAllowedSite($idSite)
46 49
     {
47 50
         if (trim($idSite) != '') {
@@ -92,7 +95,7 @@  discard block
 block discarded – undo
92 95
 
93 96
     /**
94 97
      * @param int $merchantID
95
-     * @return array of Deal
98
+     * @return DealsResultset of Deal
96 99
      */
97 100
     public function getDeals($merchantID = NULL, int $page = 0, int $items_per_page = 10): DealsResultset
98 101
     {
@@ -103,7 +106,7 @@  discard block
 block discarded – undo
103 106
     /**
104 107
      * @param \DateTime $dateFrom
105 108
      * @param \DateTime $dateTo
106
-     * @param int $merchantID
109
+     * @param int $arrMerchantID
107 110
      * @return array of Transaction
108 111
      */
109 112
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()): array
Please login to merge, or discard this patch.