From 2e672414b3813dc062b8c7c7de126e4737469d44 Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 11 Apr 2025 08:38:30 +0000 Subject: [PATCH] Fix compat with PHP 7.4 --- src/Module/Contact/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Contact/Profile.php b/src/Module/Contact/Profile.php index 39029a25a8..83ea318390 100644 --- a/src/Module/Contact/Profile.php +++ b/src/Module/Contact/Profile.php @@ -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);