Skip to content

Commit

Permalink
qual: phpstan for htdocs/variants/class/ProductAttribute.class.php
Browse files Browse the repository at this point in the history
htdocs/variants/class/ProductAttribute.class.php	1401	Parameter Dolibarr#7 $seller (string) of method ProductAttribute::printObjectLine() should be compatible with parameter $seller (Societe) of method CommonObject::printObjectLine()
htdocs/variants/class/ProductAttribute.class.php	1401	Parameter Dolibarr#8 $buyer (string) of method ProductAttribute::printObjectLine() should be compatible with parameter $buyer (Societe) of method CommonObject::printObjectLine()
  • Loading branch information
thibdrev authored Feb 11, 2024
1 parent aea35bb commit 8b89494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/variants/class/ProductAttribute.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,8 @@ public function printObjectLines($action, $seller, $buyer, $selected = 0, $dateS
* @param int $num Number of line (0)
* @param int $i I
* @param int $dateSelector 1=Show also date range input fields
* @param string $seller Object of seller third party
* @param string $buyer Object of buyer third party
* @param Societe $seller Object of seller third party
* @param Societe $buyer Object of buyer third party
* @param int $selected Object line selected
* @param Extrafields $extrafields Object of extrafields
* @param string $defaulttpldir Directory where to find the template (deprecated)
Expand Down

0 comments on commit 8b89494

Please sign in to comment.