From: Roland Häder Date: Tue, 9 Mar 2021 12:36:49 +0000 (+0100) Subject: Added missing type-hints X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5691099a15bdf666441b843b588dd2c039543235;p=friendica.git Added missing type-hints Signed-off-by: Roland Häder --- diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index cbc3b0f04c..78654dd2fc 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -189,7 +189,7 @@ function frio_contact_photo_menu(App $a, &$args) * @param App $a The App class * @param array $nav The original nav menu */ -function frio_remote_nav($a, &$nav) +function frio_remote_nav(App $a, array &$nav) { // get the homelink from $_XSESSION $homelink = Model\Profile::getMyURL();