Fix compat with PHP 7.4

This commit is contained in:
Art4 2025-04-11 08:38:30 +00:00
parent f1abd57356
commit 2e672414b3

View 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);