@@ -254,7 +254,7 @@ discard block |
||
254 | 254 | * @param $category_id |
255 | 255 | * @param $course_id |
256 | 256 | * @param $project_id |
257 | - * @param $other_area |
|
257 | + * @param integer $other_area |
|
258 | 258 | * @param $email |
259 | 259 | * @param $subject |
260 | 260 | * @param $content |
@@ -635,10 +635,10 @@ discard block |
||
635 | 635 | /** |
636 | 636 | * Insert message between Users and Admins |
637 | 637 | * @param $ticket_id |
638 | - * @param $subject |
|
639 | - * @param $content |
|
638 | + * @param string $subject |
|
639 | + * @param string $content |
|
640 | 640 | * @param $file_attachments |
641 | - * @param $user_id |
|
641 | + * @param integer $user_id |
|
642 | 642 | * @param string $status |
643 | 643 | * @param bool $sendConfirmation |
644 | 644 | * @return bool |
@@ -737,9 +737,9 @@ discard block |
||
737 | 737 | /** |
738 | 738 | * Attachment files when a message is sent |
739 | 739 | * @param $file_attach |
740 | - * @param $ticket_id |
|
741 | - * @param $message_id |
|
742 | - * @param $message_attch_id |
|
740 | + * @param integer $ticket_id |
|
741 | + * @param integer $message_id |
|
742 | + * @param integer $message_attch_id |
|
743 | 743 | * @return array |
744 | 744 | */ |
745 | 745 | public static function save_message_attachment_file( |
@@ -2002,7 +2002,7 @@ discard block |
||
2002 | 2002 | } |
2003 | 2003 | |
2004 | 2004 | /** |
2005 | - * @param $id |
|
2005 | + * @param integer $id |
|
2006 | 2006 | * @return Project |
2007 | 2007 | */ |
2008 | 2008 | public static function getProject($id) |
@@ -2272,7 +2272,7 @@ discard block |
||
2272 | 2272 | |
2273 | 2273 | /** |
2274 | 2274 | * Creates a file called mysql_dump.sql in the course folder |
2275 | - * @param $course_code The code of the course |
|
2275 | + * @param string $course_code The code of the course |
|
2276 | 2276 | * @todo Implementation for single database |
2277 | 2277 | */ |
2278 | 2278 | public static function create_database_dump($course_code) |
@@ -3020,6 +3020,7 @@ discard block |
||
3020 | 3020 | * @param int $limit |
3021 | 3021 | * @param string $column |
3022 | 3022 | * @param string $direction |
3023 | + * @param integer $status |
|
3023 | 3024 | * @return array courses |
3024 | 3025 | */ |
3025 | 3026 | public static function get_courses_followed_by_drh( |
@@ -3623,6 +3624,7 @@ discard block |
||
3623 | 3624 | * class userportal-course-item. |
3624 | 3625 | * @param int User category id |
3625 | 3626 | * @param bool Whether to show the document quick-loader or not |
3627 | + * @param integer $user_category_id |
|
3626 | 3628 | * @return string |
3627 | 3629 | */ |
3628 | 3630 | public static function returnCoursesWithoutCategories($user_category_id, $load_dirs = false) |