mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan (#31577)
This commit is contained in:
parent
a56addb286
commit
09a19dd6b4
|
|
@ -122,8 +122,8 @@ if (is_numeric($entity)) {
|
|||
* @param string $target Target to use on links
|
||||
* @param int $disablejs More content into html header
|
||||
* @param int $disablehead More content into html header
|
||||
* @param array|string $arrayofjs Array of complementary js files
|
||||
* @param array|string $arrayofcss Array of complementary css files
|
||||
* @param string[]|string $arrayofjs Array of complementary js files
|
||||
* @param string[]|string $arrayofcss Array of complementary css files
|
||||
* @param string $morequerystring Query string to add to the link "print" to get same parameters (use only if autodetect fails)
|
||||
* @param string $morecssonbody More CSS on body tag. For example 'classforhorizontalscrolloftabs'.
|
||||
* @param string $replacemainareaby Replace call to main_area() by a print of this string
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user