Wrong type-hint

This commit is contained in:
Roland Häder 2022-06-23 12:04:54 +02:00
parent def2389b57
commit 52d971ceab
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function impressum_load_config(App $a, ConfigFileLoader $loader)
$a->getConfigCache()->load($loader->loadAddonConfig('impressum'));
}
function impressum_show(App $a, array &$body)
function impressum_show(App $a, string &$body)
{
$body .= '<h3>' . DI::l10n()->t('Impressum') . '</h3>';
$owner = DI::config()->get('impressum', 'owner');