Completed
Push — master ( 1a0ccb...abece9 )
by
unknown
02:46
created
src/Networks/Skimlinks.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@  discard block
 block discarded – undo
83 83
         return $this->_logged;
84 84
     }
85 85
 
86
+    /**
87
+     * @param string $idSite
88
+     */
86 89
     public function addAllowedSite($idSite){
87 90
         if (trim($idSite)!=''){
88 91
             $this->_network->addAllowedSite($idSite);
@@ -120,7 +123,7 @@  discard block
 block discarded – undo
120 123
 
121 124
     /**
122 125
      * @param int $merchantID
123
-     * @return array of Deal
126
+     * @return DealsResultset of Deal
124 127
      */
125 128
     public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset
126 129
     {
Please login to merge, or discard this patch.