qual: phpstan for $user_valid (#28362)

* Update commande.class.php

htdocs/commande/class/commande.class.php	248	PHPDoc type int of property Commande::$user_valid is not covariant with PHPDoc type User of overridden property CommonObject::$user_valid.

* Update facture.class.php

htdocs/compta/facture/class/facture.class.php	129	PHPDoc type int of property Facture::$user_valid is not covariant with PHPDoc type User of overridden property CommonObject::$user_valid.
This commit is contained in:
thibdrev
2024-02-23 13:39:49 +01:00
committed by GitHub
parent 2cd1a1a303
commit 77ae6888ff
2 changed files with 0 additions and 12 deletions

View File

@@ -242,11 +242,6 @@ class Commande extends CommonOrder
*/
public $user_author_id;
/**
* @var int User validator ID
*/
public $user_valid;
/**
* @var OrderLine one line of an order
*/