]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/Babel.php
Merge pull request #10994 from nupplaphil/feat/module_constructor
[friendica.git] / src / Module / Debug / Babel.php
index 52f6614454f3e8de22a142c7bab93fc8ea100bdb..c50bd08d74c4492010e9d9de796312ec6c63beef 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
  *
@@ -35,7 +35,7 @@ use Friendica\Util\XML;
  */
 class Babel extends BaseModule
 {
-       public static function content(array $parameters = [])
+       public function content(): string
        {
                function visible_whitespace($s)
                {