#8374: Added function type hint

This commit is contained in:
Christian Wiwie 2020-03-15 13:38:57 +01:00
parent c12e1256e4
commit 30d35b835e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function showmore_dyn_settings_post()
}
}
function showmore_dyn_settings(&$a, &$o)
function showmore_dyn_settings(App &$a, &$o)
{
if(!local_user()) {
return;