We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211c2fb + d3fbd7a commit 37ef372Copy full SHA for 37ef372
docs/Client.md
@@ -124,7 +124,7 @@ $client = new WebSocket\Client("ws://echo.websocket.org/", [
124
'origin' => 'localhost',
125
],
126
'logger' => $my_psr3_logger, // Attach a PSR3 compatible logger
127
- 'return_obj' => true, // Return Message insatnce rather than just text
+ 'return_obj' => true, // Return Message instance rather than just text
128
'timeout' => 60, // 1 minute time out
129
]);
130
```
0 commit comments