2
0
forked from Wavyzz/dolibarr

Fix PhanPluginUnknownFunctionParamType

# Fix PhanPluginUnknownFunctionParamType

PHPdoc for $object was incorrect.
Also updated the return type and the parameter typing for $head
in complete_head_from_modules
This commit is contained in:
MDW
2024-03-13 10:08:12 +01:00
parent 996f915192
commit 09a62365eb
2 changed files with 5 additions and 4 deletions

View File

@@ -10318,8 +10318,8 @@ function getLanguageCodeFromCountryCode($countrycode)
* @param Conf $conf Object conf
* @param Translate $langs Object langs
* @param object|null $object Object object
* @param array $head Object head
* @param int $h New position to fill
* @param array<array<int,string>> $head List of head tabs (updated by this function)
* @param int $h New position to fill (updated by this function)
* @param string $type Value for object where objectvalue can be
* 'thirdparty' to add a tab in third party view
* 'intervention' to add a tab in intervention view