Wrong type-hint

This commit is contained in:
Roland Häder 2022-06-23 12:04:54 +02:00 committed by Michael
parent c839a88dc5
commit 54bb952ef9

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