]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Hashtag.php
Replace `$parameters` argument per method with `static::$parameters`
[friendica.git] / src / Module / Hashtag.php
index 365e77572cfa50f1227534b273ee4dfd4652e1fc..aebe15dd0d0e325e8d3ffa979ec7751af8264fe6 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
  *
@@ -31,7 +31,7 @@ use Friendica\Util\Strings;
  */
 class Hashtag extends BaseModule
 {
-       public static function content(array $parameters = [])
+       public static function content()
        {
                $result = [];