]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Manifest.php
index 2fe432a5f4f4ab58f3f788c7c1bf0f53b75d14a5..9e09740594c9a73156d9bc801c34a8d68d29a519 100644 (file)
@@ -7,7 +7,7 @@ use Friendica\Core\Renderer;
 
 class Manifest extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                $app = self::getApp();
                $config = $app->getConfig();