Skip to content

Commit

Permalink
Fixed Phantom warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
W1W1-M authored Oct 11, 2024
1 parent f9c3543 commit b76b0f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class FactureFournisseurLigneRec extends CommonInvoiceLine
public $label;
/**
* @deprecated Use desc
* @var string

Check failure on line 78 in htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Tabs must be used to indent lines; spaces are not allowed
*/
public $description;

Expand Down Expand Up @@ -173,6 +174,11 @@ class FactureFournisseurLigneRec extends CommonInvoiceLine
*/
public $fk_user_modif;

/**
* @var int

Check failure on line 178 in htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Tabs must be used to indent lines; spaces are not allowed
*/

Check failure on line 179 in htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Tabs must be used to indent lines; spaces are not allowed
public $skip_update_total;


/**
* Delete supplier order template line in database
Expand Down

0 comments on commit b76b0f3

Please sign in to comment.