htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 85 Property modGeneratePassPerso::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 105 Property modGeneratePassPerso::$length2 (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 110 Property modGeneratePassPerso::$WithoutAmbi (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassNone.class.php 64 Property modGeneratePassNone::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassNone.class.php 65 Property modGeneratePassNone::$length (string) does not accept int.
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php 64 Property modGeneratePassStandard::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php 65 Property modGeneratePassStandard::$length (string) does not accept int.
# Fix: Resolve gmstrftime by using dol_print_date with
gmstrftime is deprecated, use dol_print_date with parameter.
Also update related typing for static check tools.
htdocs/core/login/functions_openid.php 62 Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php 64 Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php 103 Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php 107 Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php 112 Function check_user_password_openid() should return string but returns false.
htdocs/core/class/translate.class.php 995 Method Translate::getLabelFromKey() should return string but returns int.
htdocs/core/class/translate.class.php 1032 Method Translate::getLabelFromKey() should return string but returns int.