Internal: Fix typo in PHPDoc

This commit is contained in:
Molkobain
2020-02-24 16:47:10 +01:00
parent c669d6951b
commit 0aa006f7c4

View File

@@ -270,7 +270,7 @@ EOF
* @param int $iActiveMenu
*
* @return true if the currently selected menu is one of the submenus
* @throws DictExceptionMissingString*@throws \Exception
* @throws DictExceptionMissingString
* @throws \Exception
*/
static protected function DisplaySubMenu($oPage, $aMenus, $aExtraParams, $iActiveMenu = -1)