Completed
Pull Request — master (#138)
by Jesus
02:00
created
lib.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
  * @uses FEATURE_GRADE_OUTCOMES
100 100
  * @uses FEATURE_SHOW_DESCRIPTION
101 101
  * @param string $feature
102
- * @return mixed True if yes (some features may use other values)
102
+ * @return null|boolean True if yes (some features may use other values)
103 103
  */
104 104
 function bigbluebuttonbn_supports($feature) {
105 105
     if (!$feature) {
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
  *
219 219
  * @param object $bigbluebuttonbn Id of the module instance
220 220
  *
221
- * @return bool Success/Failure
221
+ * @return boolean|null Success/Failure
222 222
  */
223 223
 function bigbluebuttonbn_delete_instance_log($bigbluebuttonbn) {
224 224
     global $DB;
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
  * @param object $mod
242 242
  * @param object $bigbluebuttonbn
243 243
  *
244
- * @return bool
244
+ * @return string
245 245
  */
246 246
 function bigbluebuttonbn_user_outline($course, $user, $mod, $bigbluebuttonbn) {
247 247
     global $DB;
@@ -774,7 +774,7 @@  discard block
 block discarded – undo
774 774
  * @param stdClass $context       context object
775 775
  * @param string   $filearea      file area
776 776
  *
777
- * @return false|null false if file not valid
777
+ * @return boolean false if file not valid
778 778
  */
779 779
 function bigbluebuttonbn_pluginfile_valid($context, $filearea) {
780 780
 
Please login to merge, or discard this patch.