forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1552,7 +1552,7 @@ public function getNetNeeds(&$TNetNeeds = array(), $qty = 0) | |
/** | ||
* Get/add Net needs Tree by product or bom | ||
* | ||
* @param array<int,array{bom:BOM,parent_id:int,qty:float,level:int}|array{product:array{int,array{fk_unit:int,qty:float,level:int}}}},> $TNetNeeds Array of ChildBom and infos linked to | ||
* @param array<int,array{bom:BOM,parent_id:int,qty:float,level:int}|array<product:array{int,array{fk_unit:int,qty:float,level:int}}>}> $TNetNeeds Array of ChildBom and infos linked to | ||
Check warning on line 1555 in htdocs/bom/class/bom.class.php GitHub Actions / phan / Run phan
Check warning on line 1555 in htdocs/bom/class/bom.class.php GitHub Actions / phan / Run phan
|
||
* @param float $qty qty needed (used as a factor to produce 1 unit) | ||
* @param int $level level of recursivity | ||
* @return void | ||
|