Completed
Push — 1.11.x ( b4cb95...04c255 )
by José
287:38 queued 248:49
created
plugin/bbb/lib/bbb.lib.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
      * Save a participant in a meeting room
260 260
      * @param int $meetingId
261 261
      * @param int $participantId
262
-     * @return false|int The last inserted ID. Otherwise return false
262
+     * @return false|string The last inserted ID. Otherwise return false
263 263
      */
264 264
     public function saveParticipant($meetingId, $participantId)
265 265
     {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
     /**
333 333
      * Returns a meeting "join" URL
334 334
      * @param string The name of the meeting (usually the course code)
335
-     * @return mixed The URL to join the meeting, or false on error
335
+     * @return false|string The URL to join the meeting, or false on error
336 336
      * @todo implement moderator pass
337 337
      * @assert ('') === false
338 338
      * @assert ('abcdefghijklmnopqrstuvwxyzabcdefghijklmno') === false
@@ -752,7 +752,7 @@  discard block
 block discarded – undo
752 752
      * Closes a meeting (usually when the user click on the close button from
753 753
      * the conferences listing.
754 754
      * @param string The internal ID of the meeting (id field for this meeting)
755
-     * @return void
755
+     * @return false|null
756 756
      * @assert (0) === false
757 757
      */
758 758
     public function endMeeting($id)
Please login to merge, or discard this patch.
main/inc/lib/course_home.lib.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
     /**
219 219
      * Displays the tools of a certain category.
220 220
      *
221
-     * @return void
221
+     * @return string
222 222
      * @param string $course_tool_category	contains the category of tools to display:
223 223
      * "Public", "PublicButHide", "courseAdmin", "claroAdmin"
224 224
      */
Please login to merge, or discard this patch.