Skip to content

Commit 87043e5

Browse files
authored
Update method annotations in Sender class (#6634)
1 parent 861911a commit 87043e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sender.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
use function Hyperf\Engine\swoole_get_flags_from_frame;
2828

2929
/**
30-
* @method push(int $fd, $data, int $opcode = null, $finish = null)
31-
* @method disconnect(int $fd, int $code = null, string $reason = null)
30+
* @method void push(int $fd, $data, int $opcode = null, $finish = null)
31+
* @method void disconnect(int $fd, int $code = null, string $reason = null)
3232
*/
3333
class Sender
3434
{

0 commit comments

Comments
 (0)