From 85142625341a5549530bd3e17c7cec26906f8e6e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 15 Apr 2014 19:47:03 +0200 Subject: [PATCH] Minor - Updating docs. --- main/inc/lib/formvalidator/Element/datepickerdate.php | 1 + main/inc/lib/groupmanager.lib.php | 1 + 2 files changed, 2 insertions(+) diff --git a/main/inc/lib/formvalidator/Element/datepickerdate.php b/main/inc/lib/formvalidator/Element/datepickerdate.php index 10b698f9b2..ff19ff39e4 100644 --- a/main/inc/lib/formvalidator/Element/datepickerdate.php +++ b/main/inc/lib/formvalidator/Element/datepickerdate.php @@ -8,6 +8,7 @@ class HTML_QuickForm_datepickerdate extends HTML_QuickForm_date { /** * Constructor + * @deprecated use class DatePicker */ public function HTML_QuickForm_datepickerdate($elementName = null, $elementLabel = null, $attributes = null) { diff --git a/main/inc/lib/groupmanager.lib.php b/main/inc/lib/groupmanager.lib.php index 91335a943e..455dc6ba0e 100644 --- a/main/inc/lib/groupmanager.lib.php +++ b/main/inc/lib/groupmanager.lib.php @@ -340,6 +340,7 @@ class GroupManager /** * Create a group for every class subscribed to the current course * @param int $category_id The category in which the groups should be created + * @return array */ public static function create_class_groups($category_id) {