Rewrites/double quotes single #1265

Merged
Quix0r merged 19 commits from rewrites/double-quotes-single into develop 2022-06-25 00:49:05 +02:00
Showing only changes of commit 52d971ceab - Show all commits

Wrong type-hint

Roland Häder 2022-06-23 12:04:54 +02:00
Signed by: roland
GPG key ID: C82EDE5DDFA0BA77

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