]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/WellKnown/HostMeta.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / WellKnown / HostMeta.php
index acf2cca8663b767854f6d3734904bc713505caff..cb344b695e35dad1c13473ac520341c11482214d 100644 (file)
@@ -13,7 +13,7 @@ use Friendica\Util\Crypto;
  */
 class HostMeta extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                $app = self::getApp();
                $config = $app->getConfig();