Merge pull request #10016 from Quix0r/fixes/missing-type-hints

Added missing type-hints
This commit is contained in:
Hypolite Petovan
2021-03-09 09:20:34 -05:00
committed by GitHub

View File

@@ -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();