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
commit 1716ea7101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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