]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RandomProfile.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / RandomProfile.php
index 8edc43bf0cf7e07d30d136d2a0c9b99993850309..c5b31afeef2e176d7e264171a3f3cf1844e868ba 100644 (file)
@@ -11,7 +11,7 @@ use Friendica\Model\GContact;
  */
 class RandomProfile extends BaseModule
 {
-       public static function content($parameters)
+       public static function content(array $parameters = [])
        {
                $a = self::getApp();