Fix phpcs

This commit is contained in:
Laurent Destailleur
2023-04-26 01:59:53 +02:00
parent b1c51954dd
commit f228aa1a80
2 changed files with 3 additions and 3 deletions

View File

@@ -161,8 +161,8 @@ function getDolUserInt($key, $default = 0, $tmpuser = null)
/**
* Is Dolibarr module enabled
*
* @param string $module module name to check
* @return int
* @param string $module Module name to check
* @return boolean True if module is enabled
*/
function isModEnabled($module)
{