Merge pull request #23977 from frederic34/patch-5

doc
This commit is contained in:
Laurent Destailleur 2023-02-22 01:41:17 +01:00 committed by GitHub
commit 1e41c394de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,11 @@ class AccountancySystem
*/
public $error = '';
/**
* @var string[] Array of Errors code (or messages)
*/
public $errors = array();
/**
* @var int ID
*/