2
0
forked from Wavyzz/dolibarr

Qual: Fix phan/stan notices for conferenceorbooth, facture-re, productcustomerprice (#31541)

This commit is contained in:
MDW
2024-10-25 14:18:17 +02:00
committed by GitHub
parent 13acd4be7a
commit 28e78d6cb4
9 changed files with 195 additions and 43 deletions

View File

@@ -12700,7 +12700,7 @@ function dolGetButtonAction($label, $text = '', $actionType = 'default', $url =
* An function to complete dropdown url in dolGetButtonAction
*
* @param string $url the Url to complete
* @param array|array<string> $params params of dolGetButtonAction function
* @param array<string,mixed> $params params of dolGetButtonAction function
* @param bool $addDolUrlRoot to add root url
* @return string
*/