Merge pull request #25669 from frederic34/frederic34-patch-1-5

fix doc
This commit is contained in:
Laurent Destailleur 2023-08-25 00:32:51 +02:00 committed by GitHub
commit b0029c751f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,10 +49,25 @@ class Cpaiement
public $code;
/**
* @var int ID
*/
public $id;
/**
* @var string[] array of errors messages
*/
public $errors;
/**
* @var string
* @deprecated
* @see $label
*/
public $libelle;
/**
* @var string
*/
public $label;
public $type;