X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FCredits.php;h=d0b902a5174bea313f655ce6b6226c28d9dfe9dc;hb=55db2670d1662b32c6faa820c60c44e16cffab20;hp=bafe6311f3b6190c8ace975d1071ea48861d692f;hpb=174129af946b912f842cffc474b7ee5119f76247;p=friendica.git diff --git a/src/Module/Credits.php b/src/Module/Credits.php index bafe6311f3..d0b902a517 100644 --- a/src/Module/Credits.php +++ b/src/Module/Credits.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -13,7 +32,7 @@ use Friendica\DI; */ class Credits extends BaseModule { - public static function content(array $parameters = []) + protected function content(array $request = []): string { /* fill the page with credits */ $credits_string = file_get_contents('CREDITS.txt');