mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
fix phpstan default value is incompatible with type string (#28592)
This commit is contained in:
@@ -5699,7 +5699,7 @@ function dol_print_error_email($prefixcode, $errormessage = '', $errormessages =
|
||||
* @param string $sortorder Current sort order
|
||||
* @param string $prefix Prefix for css. Use space after prefix to add your own CSS tag, for example 'mycss '.
|
||||
* @param string $tooltip Tooltip
|
||||
* @param string $forcenowrapcolumntitle No need for use 'wrapcolumntitle' css style
|
||||
* @param int $forcenowrapcolumntitle No need for use 'wrapcolumntitle' css style
|
||||
* @return void
|
||||
*/
|
||||
function print_liste_field_titre($name, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield = "", $sortorder = "", $prefix = "", $tooltip = "", $forcenowrapcolumntitle = 0)
|
||||
@@ -5722,7 +5722,7 @@ function print_liste_field_titre($name, $file = "", $field = "", $begin = "", $m
|
||||
* @param string $prefix Prefix for css. Use space after prefix to add your own CSS tag, for example 'mycss '.
|
||||
* @param string $disablesortlink 1=Disable sort link
|
||||
* @param string $tooltip Tooltip
|
||||
* @param string $forcenowrapcolumntitle No need for use 'wrapcolumntitle' css style
|
||||
* @param int $forcenowrapcolumntitle No need for use 'wrapcolumntitle' css style
|
||||
* @return string
|
||||
*/
|
||||
function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield = "", $sortorder = "", $prefix = "", $disablesortlink = 0, $tooltip = '', $forcenowrapcolumntitle = 0)
|
||||
|
||||
Reference in New Issue
Block a user