Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 84be9cb

Browse files
committed
update comment
1 parent c5ea040 commit 84be9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Websocket/Rooms/RoomContract.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ interface RoomContract
1010
public function prepare();
1111

1212
/**
13-
* Add a socket to a room.
13+
* Add multiple socket fds to a room.
1414
*
1515
* @int fd
1616
* @string|array rooms
1717
*/
1818
public function add(int $fd, $rooms);
1919

2020
/**
21-
* Delete a socket from a room.
21+
* Delete multiple socket fds from a room.
2222
*
2323
* @int fd
2424
* @string|array rooms

0 commit comments

Comments
 (0)