Update method annotations in Sender class (#6634)

This commit is contained in:
Deeka Wong 2024-03-29 17:00:23 +08:00 committed by GitHub
parent e7c2861340
commit 9d5ddc15ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,8 @@ use Swow\Psr7\Server\ServerConnection;
use function Hyperf\Engine\swoole_get_flags_from_frame; use function Hyperf\Engine\swoole_get_flags_from_frame;
/** /**
* @method push(int $fd, $data, int $opcode = null, $finish = null) * @method void push(int $fd, $data, int $opcode = null, $finish = null)
* @method disconnect(int $fd, int $code = null, string $reason = null) * @method void disconnect(int $fd, int $code = null, string $reason = null)
*/ */
class Sender class Sender
{ {