]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Credits.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Credits.php
index 016fead6ce5d7eab6e7705628cc05b9f8f9d2246..fdd4f6974943f24c8c0daf591b981fca23440ed6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -32,7 +32,7 @@ use Friendica\DI;
  */
 class Credits extends BaseModule
 {
-       public static function content(array $parameters = [])
+       public function content(): string
        {
                /* fill the page with credits */
                $credits_string = file_get_contents('CREDITS.txt');