mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 10:52:37 +01:00
Fix test for es. Dumps 3.5 et 3.6
This commit is contained in:
@@ -50,7 +50,7 @@ abstract class CommonObject
|
||||
/**
|
||||
* @var string[] Array of error strings
|
||||
*/
|
||||
public $errors;
|
||||
public $errors=array();
|
||||
|
||||
/**
|
||||
* @var string Can be used to pass information when only object is provied to method
|
||||
|
||||
Reference in New Issue
Block a user