]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Hashtag.php
Merge pull request #12956 from annando/server-blocked
[friendica.git] / src / Module / Hashtag.php
index 8910d9cce473c3b78680534f31b4e092628ab7d6..dd0c94d8fa33d1e891fffdace52bc03f38c874a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,7 +31,7 @@ use Friendica\Util\Strings;
  */
 class Hashtag extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $result = [];