#8374: Added function type hint
authorChristian Wiwie <jonsnow@posteo.de>
Sun, 15 Mar 2020 12:38:57 +0000 (13:38 +0100)
committerChristian Wiwie <jonsnow@posteo.de>
Sun, 15 Mar 2020 12:38:57 +0000 (13:38 +0100)
showmore_dyn/showmore_dyn.php

index 7e499be..41de11a 100644 (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;