Definiing parameter type

This commit is contained in:
Michael 2021-07-12 14:28:13 +00:00
parent b80cca61e6
commit aee652117c
1 changed files with 1 additions and 1 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($msg, $limit, $uid = 0)
public static function shorten(string $msg, int $limit, int $uid = 0)
{
$ellipsis = html_entity_decode("…", ENT_QUOTES, 'UTF-8');