@@ -64,10 +64,10 @@ |
||
| 64 | 64 | * Usage: used for retrieving partials for chat messages |
| 65 | 65 | * * defaults to English locale, without parameters |
| 66 | 66 | * |
| 67 | - * @param $messageId |
|
| 67 | + * @param string $messageId |
|
| 68 | 68 | * @param array $parameters |
| 69 | 69 | * @param string $locale |
| 70 | - * @return mixed |
|
| 70 | + * @return string |
|
| 71 | 71 | */ |
| 72 | 72 | public function getMessage($messageId, $parameters = [], $locale = "en") |
| 73 | 73 | { |