Skip to content

Commit c4cf526

Browse files
authored
Merge pull request #97 from littleredbutton/fix-typo
JoinMeetingParameters: Fixed typo in magic method annotation
2 parents 8500f64 + 75098a0 commit c4cf526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parameters/JoinMeetingParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @method string getClientURL()
4545
* @method $this setClientURL(string $clientURL)
4646
* @method bool|null isJoinViaHtml5()
47-
* @method $this setJoinViaHtml(bool $joinViaHtml)
47+
* @method $this setJoinViaHtml5(bool $joinViaHtml)
4848
* @method bool|null isGuest()
4949
* @method $this setGuest(bool $guest)
5050
*/

0 commit comments

Comments
 (0)