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