diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php index 47a711ed19..8b92ddfd48 100755 --- a/main/forum/forumfunction.inc.php +++ b/main/forum/forumfunction.inc.php @@ -1551,7 +1551,7 @@ function get_forums_in_category($cat_id, $courseId = 0) * Since it does not take the forum category into account there probably * will be two or more forums that have forum_order=1, ... * - * @param int $id forum id + * @param int $id forum id * @param string $course_code * @param bool $includeGroupsForum * @param int $sessionId @@ -1796,13 +1796,13 @@ function get_last_post_by_thread($course_id, $thread_id, $forum_id, $show_visibl /** * This function gets all the last post information of a certain forum. * - * @param int $forum_id the id of the forum we want to know the last post information of + * @param int $forum_id the id of the forum we want to know the last post information of * @param bool $show_invisibles * @param string course db name - * @param int $sessionId Optional. The session id + * @param int $sessionId Optional. The session id * * @return array containing all the information about the last post - * (last_post_id, last_poster_id, last_post_date, last_poster_name, last_poster_lastname, last_poster_firstname) + * (last_post_id, last_poster_id, last_post_date, last_poster_name, last_poster_lastname, last_poster_firstname) * * @author Patrick Cool , Ghent University * diff --git a/main/lp/learnpath.class.php b/main/lp/learnpath.class.php index 86c344d885..4668951ea6 100755 --- a/main/lp/learnpath.class.php +++ b/main/lp/learnpath.class.php @@ -11851,7 +11851,6 @@ EOD; * @throws \Doctrine\ORM\OptimisticLockException * * @return int - * */ public static function createCategory($params) { diff --git a/src/Chamilo/CourseBundle/Component/CourseCopy/Resources/LearnPathCategory.php b/src/Chamilo/CourseBundle/Component/CourseCopy/Resources/LearnPathCategory.php index 7a6e3c0cec..7645009502 100644 --- a/src/Chamilo/CourseBundle/Component/CourseCopy/Resources/LearnPathCategory.php +++ b/src/Chamilo/CourseBundle/Component/CourseCopy/Resources/LearnPathCategory.php @@ -18,7 +18,6 @@ class LearnPathCategory extends Resource public $object; /** - * * @param int $id * @param string $object */