qual: phstan - various "$tms (int) does not accept string." (#28283)

* Update paymentvat.class.php

* Update tva.class.php

* Update localtax.class.php
This commit is contained in:
thibdrev 2024-02-20 02:05:12 +01:00 committed by GitHub
parent 7b1c8c43f6
commit d3679744f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -328,7 +328,7 @@ class Localtax extends CommonObject
$this->id = 0;
$this->tms = '';
$this->tms = dol_now();
$this->ltt = 0;
$this->datep = '';
$this->datev = '';

View File

@ -536,7 +536,7 @@ class PaymentVAT extends CommonObject
{
$this->id = 0;
$this->fk_tva = 0;
$this->datec = '';
$this->datec = dol_now();
$this->tms = '';
$this->datep = '';
$this->amount = '';

View File

@ -419,7 +419,7 @@ class Tva extends CommonObject
{
$this->id = 0;
$this->tms = '';
$this->tms = dol_now();
$this->datep = '';
$this->datev = '';
$this->amount = '';