]> git.mxchange.org Git - friendica.git/commitdiff
Fix compat with PHP 7.4
authorArt4 <art4@wlabs.de>
Fri, 11 Apr 2025 08:38:30 +0000 (08:38 +0000)
committerArt4 <art4@wlabs.de>
Fri, 11 Apr 2025 08:38:30 +0000 (08:38 +0000)
src/Module/Contact/Profile.php

index 39029a25a8e9b44f2dc542ddcd9eaceb3d03d64f..83ea31839032ec26fa4f1c29e8875118e440569b 100644 (file)
@@ -77,7 +77,7 @@ class Profile extends BaseModule
                Page $page,
                IManageConfigValues $config,
                array $server,
-               array $parameters = [],
+               array $parameters = []
        ) {
                parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);