Space for the rescue. ;-)

This commit is contained in:
Roland Häder 2022-06-24 03:44:52 +02:00
parent b0693c1ad7
commit 39675fe683
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
3 changed files with 5 additions and 5 deletions

View file

@ -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):string
public static function shorten(string $msg, int $limit, int $uid = 0): string
{
$ellipsis = html_entity_decode("…", ENT_QUOTES, 'UTF-8');