X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FSmilies.php;h=c496283a8e4372162f79641951bd21dfb9befc42;hb=ab4689e1b6a44e9b89c06dd7ef44b71f9290136f;hp=8ee641b5a6db67236ccb0344b489da051362c68c;hpb=3cef3ab107f87f999cf4adcc909259925a631cea;p=friendica.git diff --git a/src/Module/Smilies.php b/src/Module/Smilies.php index 8ee641b5a6..c496283a8e 100644 --- a/src/Module/Smilies.php +++ b/src/Module/Smilies.php @@ -1,6 +1,6 @@ getArgv()[1]) && (DI::args()->getArgv()[1] === "json")) { $smilies = Content\Smilies::getList(); @@ -45,7 +45,7 @@ class Smilies extends BaseModule } } - public static function content(array $parameters = []) + protected function content(array $request = []): string { $smilies = Content\Smilies::getList(); $count = count($smilies['texts'] ?? []);