Completed
Push — 1.10.x ( d0b403...7fd4c8 )
by Angel Fernando Quiroz
36:26
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.