#8374: Added function type hint
This commit is contained in:
parent
c12e1256e4
commit
30d35b835e
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
if(!local_user()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue