Completed
Push — master ( b60369...b5d5db )
by Michael
05:16 queued 02:13
created
class/partner.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * SmartpartnerPartner constructor.
36
-     * @param null $id
36
+     * @param integer $id
37 37
      */
38 38
     public function __construct($id = null)
39 39
     {
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     }
290 290
 
291 291
     /**
292
-     * @param $forWhere
292
+     * @param string $forWhere
293 293
      * @return string
294 294
      */
295 295
     public function getUrlLink($forWhere)
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
     }
339 339
 
340 340
     /**
341
-     * @return bool|string
341
+     * @return string|false
342 342
      */
343 343
     public function getImagePath()
344 344
     {
@@ -769,7 +769,7 @@  discard block
 block discarded – undo
769 769
      * Singleton - prevent multiple instances of this class
770 770
      *
771 771
      * @param  objecs|XoopsDatabase $db
772
-     * @return object               <a href='psi_element://SmartpartnerCategoryHandler'>SmartpartnerCategoryHandler</a>
772
+     * @return SmartpartnerPartnerHandler               <a href='psi_element://SmartpartnerCategoryHandler'>SmartpartnerCategoryHandler</a>
773 773
      * @access public
774 774
      */
775 775
     public function getInstance(XoopsDatabase $db)
@@ -835,7 +835,7 @@  discard block
 block discarded – undo
835 835
     /**
836 836
      * insert a new Partner in the database
837 837
      *
838
-     * @param  XoopsObject $partner
838
+     * @param  SmartpartnerPartner $partner
839 839
      * @param  bool        $force
840 840
      * @param  bool        $checkObject
841 841
      * @param  bool        $debug
Please login to merge, or discard this patch.