fix phpstan (#31580)

This commit is contained in:
Frédéric FRANCE 2024-10-27 00:37:15 +02:00 committed by GitHub
parent 57ebe1479a
commit a65b35bb9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,8 +54,14 @@ class PaymentVAT extends CommonObject
*/
public $fk_tva;
/**
* @var int|''
*/
public $datec = '';
/**
* @var int|''
*/
public $datep = '';
/**