Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Dec 4, 2023
1 parent a6d148e commit 44cfb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ interface ClientInterface
public function getClient(): ?Client;
public function close(): void;
public function send(string $message): void;
public function sendRaw(string $message): void;
}
```

Expand Down

0 comments on commit 44cfb90

Please sign in to comment.