]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Feed.php
index 70974e61f1c2b40f510bab6ef13a4a11a57b4fe9..ba2153762754c24d9f3e59a8437d87d8c7156c4c 100644 (file)
@@ -23,7 +23,7 @@ use Friendica\Protocol\OStatus;
  */
 class Feed extends BaseModule
 {
-       public static function content($parameters)
+       public static function content(array $parameters = [])
        {
                $a = self::getApp();