Completed
Push — 1.10.x ( 99fc84...8b7a4d )
by Angel Fernando Quiroz
37:52 queued 08:06
created
main/inc/lib/blog.lib.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -826,7 +826,7 @@  discard block
 block discarded – undo
826 826
     /**
827 827
      * Get personal task list
828 828
      * @author Toon Keppens
829
-     * @return Returns an unsorted list (<ul></ul>) with the users' tasks
829
+     * @return string an unsorted list (<ul></ul>) with the users' tasks
830 830
      */
831 831
     public static function getPersonalTasksList()
832 832
     {
@@ -1306,7 +1306,7 @@  discard block
 block discarded – undo
1306 1306
      * @param String $type
1307 1307
      * @param Integer $blog_id
1308 1308
      * @param Integer $item_id
1309
-     * @return array
1309
+     * @return double
1310 1310
      */
1311 1311
     public static function displayRating($type, $blog_id, $item_id)
1312 1312
     {
@@ -2265,7 +2265,7 @@  discard block
 block discarded – undo
2265 2265
      *
2266 2266
      * @param Integer $blog_id
2267 2267
      *
2268
-     * @return Html Form with sortable table with users to subcribe in a blog, in a course.
2268
+     * @return string Form with sortable table with users to subcribe in a blog, in a course.
2269 2269
      */
2270 2270
     public static function displayUserSubscriptionForm($blog_id)
2271 2271
     {
@@ -2378,7 +2378,7 @@  discard block
 block discarded – undo
2378 2378
      *
2379 2379
      * @param Integer $blog_id
2380 2380
      *
2381
-     * @return false|null Form with sortable table with users to unsubcribe from a blog.
2381
+     * @return false|string Form with sortable table with users to unsubcribe from a blog.
2382 2382
      */
2383 2383
     public static function displayUserUnsubscriptionForm($blog_id)
2384 2384
     {
@@ -2512,7 +2512,7 @@  discard block
 block discarded – undo
2512 2512
      * @param Integer $month : the integer value of the month we are viewing
2513 2513
      * @param Integer $year : the 4-digit year indication e.g. 2005
2514 2514
      *
2515
-     * @return html code
2515
+     * @return string code
2516 2516
      */
2517 2517
     public static function displayMiniMonthCalendar($month, $year, $blog_id)
2518 2518
     {
@@ -2809,8 +2809,7 @@  discard block
 block discarded – undo
2809 2809
 
2810 2810
     /**
2811 2811
      * Filter the post $fullText to get a extract of $length characters
2812
-     * @param string $fullText
2813
-     * @param int $length
2812
+     * @param integer $blog_id
2814 2813
      * @return null|string
2815 2814
      */
2816 2815
     public static function getBlogAttachments($blog_id, $post_id = 0, $comment_id = 0)
Please login to merge, or discard this patch.