@@ -190,7 +190,7 @@ |
||
190 | 190 | * |
191 | 191 | * @param array $message Message to send, will be json encoded |
192 | 192 | * |
193 | - * @return A bool indicating whether or not the connection was active |
|
193 | + * @return boolean bool indicating whether or not the connection was active |
|
194 | 194 | * and the given message has been pass onto the connection. |
195 | 195 | */ |
196 | 196 | public function send(array $message): bool |