mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
FIX assignement variable (PHPStan warnings)
This commit is contained in:
@@ -456,7 +456,7 @@ class PriceGlobalVariableUpdater
|
||||
$langs->load("errors");
|
||||
dol_syslog(__METHOD__, LOG_DEBUG);
|
||||
|
||||
$this->error = null;
|
||||
$this->error = '';
|
||||
$this->checkParameters();
|
||||
|
||||
//Try to load the target global variable and abort if fails
|
||||
|
||||
Reference in New Issue
Block a user