Defining return value

pull/10496/head
Michael 2021-07-12 20:06:35 +00:00
rodzic aee652117c
commit 299cff8c50
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ class Plaintext
*
* @todo For Twitter URLs aren't shortened, but they have to be calculated as if.
*/
public static function shorten(string $msg, int $limit, int $uid = 0)
public static function shorten(string $msg, int $limit, int $uid = 0):string
{
$ellipsis = html_entity_decode("…", ENT_QUOTES, 'UTF-8');