Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Aug 19, 2024
1 parent 4907f73 commit 8dcc0fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Packet/AbstractPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ public function __toString(): string
{
return $this->encode();
}

/**
* {@inheritdoc}
*/
abstract public function toBytes(): string;
}

0 comments on commit 8dcc0fc

Please sign in to comment.