mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user