From: Michael Date: Mon, 12 Jul 2021 14:28:13 +0000 (+0000) Subject: Definiing parameter type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aee652117c371edb3b80f2237cd1a9adbf4282aa;p=friendica.git Definiing parameter type --- diff --git a/src/Content/Text/Plaintext.php b/src/Content/Text/Plaintext.php index 45c35cb172..e177ac387c 100644 --- a/src/Content/Text/Plaintext.php +++ b/src/Content/Text/Plaintext.php @@ -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($msg, $limit, $uid = 0) + public static function shorten(string $msg, int $limit, int $uid = 0) { $ellipsis = html_entity_decode("…", ENT_QUOTES, 'UTF-8');