Skip to content

Commit

Permalink
try fix phan
Browse files Browse the repository at this point in the history
  • Loading branch information
fappels committed Jun 24, 2024
1 parent 8055c45 commit 1b7eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/bom/class/bom.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / phan / Run phan

bom.class.php: PhanUnextractableAnnotationElementName: Saw possibly unextractable annotation for a fragment of comment '* @param array&lt;int,array{bom:BOM,parent_id:int,qty:float,level:int}|array&lt;product:array{int,array{fk_unit:int,qty:float,level:int}}&gt;}&gt; $TNetNeeds Array of ChildBom and infos linked to': after array, did not see an element name (will guess based on comment order)

Check warning on line 1555 in htdocs/bom/class/bom.class.php

View workflow job for this annotation

GitHub Actions / phan / Run phan

bom.class.php: PhanUnextractableAnnotationSuffix: Saw a token Phan may have failed to parse after '* @param array&lt;int,array{bom:BOM,parent_id:int,qty:float,level:int}|array&lt;product:array{int,array{fk_unit:int,qty:float,level:int}}&gt;}&gt; $TNetNeeds Array of ChildBom and infos linked to': after array, saw '&lt;'
* @param float $qty qty needed (used as a factor to produce 1 unit)
* @param int $level level of recursivity
* @return void
Expand Down

0 comments on commit 1b7eb34

Please sign in to comment.