mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Update method annotations in Sender class (#6634)
This commit is contained in:
parent
e7c2861340
commit
9d5ddc15ba
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user