]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Ignore.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Item / Ignore.php
index 662148076ca6d32eefdde1f82607cd2c9902e754..4590bc8c84c80e3cadc8e2a2962fe7462ce7837f 100644 (file)
@@ -16,7 +16,7 @@ use Friendica\Network\HTTPException;
  */
 class Ignore extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                /** @var L10n $l10n */
                $l10n = self::getClass(L10n::class);