mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Qual: Wrong type in method documentation
This commit is contained in:
@@ -199,9 +199,9 @@ class FormAdmin
|
||||
/**
|
||||
* Return combo list of available menu families
|
||||
*
|
||||
* @param string $selected Menu pre-selected
|
||||
* @param string $htmlname Name of html select
|
||||
* @param string $dirmenuarray Directories to scan
|
||||
* @param string $selected Menu pre-selected
|
||||
* @param string $htmlname Name of html select
|
||||
* @param string[] $dirmenuarray Directories to scan
|
||||
* @return void
|
||||
*/
|
||||
function select_menu_families($selected, $htmlname, $dirmenuarray)
|
||||
|
||||
Reference in New Issue
Block a user