@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | * @uses FEATURE_GRADE_OUTCOMES |
97 | 97 | * @uses FEATURE_SHOW_DESCRIPTION |
98 | 98 | * @param string $feature |
99 | - * @return mixed True if yes (some features may use other values) |
|
99 | + * @return null|boolean True if yes (some features may use other values) |
|
100 | 100 | */ |
101 | 101 | function bigbluebuttonbn_supports($feature) { |
102 | 102 | if (!$feature) { |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | * |
182 | 182 | * @param int $id Id of the module instance |
183 | 183 | * |
184 | - * @return bool Success/Failure |
|
184 | + * @return boolean|null Success/Failure |
|
185 | 185 | */ |
186 | 186 | function bigbluebuttonbn_delete_instance($id) { |
187 | 187 | global $DB; |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | * |
209 | 209 | * @param object $bigbluebuttonbn Id of the module instance |
210 | 210 | * |
211 | - * @return bool Success/Failure |
|
211 | + * @return boolean|null Success/Failure |
|
212 | 212 | */ |
213 | 213 | function bigbluebuttonbn_delete_instance_log($bigbluebuttonbn) { |
214 | 214 | global $DB; |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | * @param object $mod |
232 | 232 | * @param object $bigbluebuttonbn |
233 | 233 | * |
234 | - * @return bool |
|
234 | + * @return string |
|
235 | 235 | */ |
236 | 236 | function bigbluebuttonbn_user_outline($course, $user, $mod, $bigbluebuttonbn) { |
237 | 237 | global $DB; |
@@ -610,7 +610,7 @@ discard block |
||
610 | 610 | * @param stdClass $context context object |
611 | 611 | * @param string $filearea file area |
612 | 612 | * |
613 | - * @return false|null false if file not valid |
|
613 | + * @return boolean false if file not valid |
|
614 | 614 | */ |
615 | 615 | function bigbluebuttonbn_pluginfile_valid($context, $filearea) { |
616 | 616 |