forked from friendica/friendica-addons
#8374: Added function type hint
This commit is contained in:
parent
c12e1256e4
commit
30d35b835e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue