Skip to content

Commit

Permalink
Fix name in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 1, 2020
1 parent ebccbdb commit 5cb850e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebsocketServerObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
interface WebsocketServerObserver
{
/**
* Called when the HTTP server is started. If an instance of WebsocketObserver is attached to multiple
* Called when the HTTP server is started. If an instance of WebsocketServerObserver is attached to multiple
* Websocket instances, this method will be called once for each instance.
*
* @param HttpServer $server
Expand All @@ -19,7 +19,7 @@ interface WebsocketServerObserver
public function onStart(HttpServer $server, Gateway $gateway): Promise;

/**
* Called when the HTTP server is stopped. If an instance of WebsocketObserver is attached to multiple
* Called when the HTTP server is stopped. If an instance of WebsocketServerObserver is attached to multiple
* Websocket instances, this method will be called once for each instance.
*
* @param HttpServer $server
Expand Down

0 comments on commit 5cb850e

Please sign in to comment.