]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Filer/RemoveTag.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Filer / RemoveTag.php
index 09284bec2eaca8a426490e19cb00f22579b29b95..0246f1db36db4c274b7dd0dd34e3bb997cea1ec0 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Util\XML;
  */
 class RemoveTag extends BaseModule
 {
-       public static function content($parameters)
+       public static function content(array $parameters = [])
        {
                if (!local_user()) {
                        throw new HTTPException\ForbiddenException();