From 5691099a15bdf666441b843b588dd2c039543235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Mar 2021 13:36:49 +0100 Subject: [PATCH] Added missing type-hints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- view/theme/frio/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();