Skip to content

Commit 264b3d5

Browse files
committed
Packet ack is nullable.
Signed-off-by: Toha <tohenk@yahoo.com>
1 parent 43f7803 commit 264b3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Engine/Packet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @property int $type Message type
2020
* @property ?string $nsp Namespace
2121
* @property string $event Event name
22-
* @property int $ack Acknowledgement id
22+
* @property ?int $ack Acknowledgement id
2323
* @property array<int|string, mixed> $args Event arguments
2424
* @property mixed $data Packet data
2525
* @property int $count Binary attachment count

0 commit comments

Comments
 (0)