Completed
Push — master ( 117943...1799df )
by
unknown
06:31
created
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.