fix phpstan

This commit is contained in:
Frédéric France 2025-01-03 18:20:10 +01:00
parent 3cb5235a38
commit e96304fef0
No known key found for this signature in database
GPG Key ID: CE25B0B7B53B9177
2 changed files with 2 additions and 7 deletions

View File

@ -21864,12 +21864,6 @@ parameters:
count: 1
path: ../../htdocs/install/check.php
-
message: '#^Variable \$dolibarr_main_db_encrypted_pass might not be defined\.$#'
identifier: variable.undefined
count: 1
path: ../../htdocs/install/check.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue

View File

@ -6,7 +6,7 @@
* Copyright (C) 2013-2014 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
* Copyright (C) 2015-2016 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
* Copyright (C) 2024-2025 Frédéric France <frederic.france@free.fr>
*
* This program is free software; you can redistribute it and/or modify
@ -40,6 +40,7 @@ include_once 'inc.php';
* @var string $dolibarr_main_db_name
* @var string $dolibarr_main_db_user
* @var string $dolibarr_main_db_pass
* @var string $dolibarr_main_db_encrypted_pass
* @var string $conffile
* @var string $conffiletoshow
*/