@@ -252,7 +252,7 @@ |
||
| 252 | 252 | /** |
| 253 | 253 | * Handles incoming websocket messages, parses them, and emits them as remote events. |
| 254 | 254 | * |
| 255 | - * @param WebSocketMessageInterface $messageRaw A websocket message. |
|
| 255 | + * @param WebSocketMessageInterface $message A websocket message. |
|
| 256 | 256 | */ |
| 257 | 257 | private function onMessage(WebSocketMessageInterface $message) |
| 258 | 258 | { |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | * |
| 67 | 67 | * This is optional text that appears above the message attachment block. |
| 68 | 68 | * |
| 69 | - * @param string $text The attachment pretext. |
|
| 69 | + * @param string $pretext The attachment pretext. |
|
| 70 | 70 | * @param bool $markdown Enables or disables Markdown parsing in the pretext. |
| 71 | 71 | * @return $this |
| 72 | 72 | */ |