Completed
Pull Request — master (#42)
by Jesus
02:06
created
lib.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
  * $return->time = the time they did it
208 208
  * $return->info = a short text description.
209 209
  *
210
- * @return bool
210
+ * @return string
211 211
  */
212 212
 function bigbluebuttonbn_user_outline($course, $user, $mod, $bigbluebuttonbn) {
213 213
     global $DB;
@@ -488,6 +488,8 @@  discard block
 block discarded – undo
488 488
 
489 489
 /**
490 490
  * Helper for validating pluginfile.
491
+ * @param stdClass $context
492
+ * @param string $filearea
491 493
  */
492 494
 function bigbluebuttonbn_pluginfile_valid($context, $filearea) {
493 495
     if ($context->contextlevel != CONTEXT_MODULE) {
@@ -504,6 +506,10 @@  discard block
 block discarded – undo
504 506
 
505 507
 /**
506 508
  * Helper for getting pluginfile.
509
+ * @param stdClass $course
510
+ * @param stdClass $cm
511
+ * @param stdClass $context
512
+ * @param string $filearea
507 513
  */
508 514
 function bigbluebuttonbn_pluginfile_file($course, $cm, $context, $filearea, $args) {
509 515
     $filename = bigbluebuttonbn_pluginfile_filename($course, $cm, $context, $args);
Please login to merge, or discard this patch.