From 94d7d94bff7bad041640f5a107bd36bcd1e9938f Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 23 Dec 2022 16:14:38 +0100 Subject: [PATCH] :bulb: Fix PHPDoc in \ApplicationMenu::GetSubMenuNodes --- application/menunode.class.inc.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/application/menunode.class.inc.php b/application/menunode.class.inc.php index 1ac728074..23714443c 100644 --- a/application/menunode.class.inc.php +++ b/application/menunode.class.inc.php @@ -291,17 +291,17 @@ class ApplicationMenu * @param string $sMenuGroupIdx * @param array $aExtraParams * - * @return array { - * array { - * sId: string, - * sTitle: string, - * sLabel: string, - * bHasCount: bolean, - * sUrl: string url - * bOpenInNewWindow: bolean - * aSubMenuNodes: same structure recursively - * } - * } $aSubMenuNodes + * @return array{ + * array{ + * sId: string, + * sTitle: string, + * sLabel: string, + * bHasCount: boolean, + * sUrl: string, + * bOpenInNewWindow: boolean, + * aSubMenuNodes: array + * } + * } The aSubMenuNodes key contains the same structure recursively * @throws \DictExceptionMissingString * @throws \Exception * @since 3.0.0