Completed
Push — master ( bb1ebf...0d7d1b )
by Michael
02:07
created
class/category.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
      * create a new category
271 271
      *
272 272
      * @param  bool $isNew flag the new objects as "new"?
273
-     * @return object sfCategory
273
+     * @return sfCategory sfCategory
274 274
      */
275 275
     public function create($isNew = true)
276 276
     {
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
     /**
313 313
      * insert a new category in the database
314 314
      *
315
-     * @param  XoopsObject $category reference to the {@link sfCategory} object
315
+     * @param  sfCategory $category reference to the {@link sfCategory} object
316 316
      * @param  bool        $force
317 317
      * @return bool        FALSE if failed, TRUE if already present and unchanged or successful
318 318
      */
Please login to merge, or discard this patch.
class/utility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -649,7 +649,7 @@
 block discarded – undo
649 649
 
650 650
     /**
651 651
      * @param  string $url
652
-     * @return mixed|string
652
+     * @return string
653 653
      */
654 654
     public static function sf_getxoopslink($url = '')
655 655
     {
Please login to merge, or discard this patch.