]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Objects.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Objects.php
index 528b20a86cc3ed7e123ac741e6f30e3acf556e02..5538be18889910c035ec0c83275ef69d6e3b7035 100644 (file)
@@ -15,7 +15,7 @@ use Friendica\Protocol\ActivityPub;
  */
 class Objects extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                $a = self::getApp();