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

Commit 719053d

Browse files
authored
Update Room.php
1 parent 6c73326 commit 719053d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Websocket/Facades/Room.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Support\Facades\Facade;
66

77
/**
8-
* @method static this prepare()
9-
* @method static this add($fd, $rooms)
10-
* @method static this delete($fd, $rooms)
8+
* @method static $this prepare()
9+
* @method static $this add($fd, $rooms)
10+
* @method static $this delete($fd, $rooms)
1111
* @method static array getClients($room)
1212
* @method static array getRooms($fd)
1313
*
@@ -24,4 +24,4 @@ protected static function getFacadeAccessor()
2424
{
2525
return 'swoole.room';
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)