]> git.mxchange.org Git - friendica-addons.git/commitdiff
#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 7e499beaa2a3024a7ad53ea3bf6de986df8d23a7..41de11a3f8f30671abd23a37b6196a20b2b5cd71 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;