Skip to content

Commit

Permalink
Set phpdoc type to include null on formAddObjectLine
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Aug 17, 2024
1 parent 902727b commit e9b2f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5120,7 +5120,7 @@ public function setExtraParameters()
*
* @param int $dateSelector 1=Show also date range input fields
* @param Societe $seller Object thirdparty who sell
* @param Societe $buyer Object thirdparty who buy
* @param ?Societe $buyer Object thirdparty who buy
* @param string $defaulttpldir Directory where to find the template
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion htdocs/variants/class/ProductAttribute.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ public function LibStatut($status, $mode = 1)
*
* @param int $dateSelector 1=Show also date range input fields
* @param Societe $seller Object thirdparty who sell
* @param Societe $buyer Object thirdparty who buy
* @param ?Societe $buyer Object thirdparty who buy
* @param string $defaulttpldir Directory where to find the template
* @return void
*/
Expand Down

0 comments on commit e9b2f1e

Please sign in to comment.