mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed static analysis issue
This commit is contained in:
parent
94d7f4bc37
commit
69e83af13b
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ final class ProjectBuildRequest
|
|||
|
||||
/**
|
||||
* Returns the number of available lots to take stock from for the given BOM entry.
|
||||
* @param ProjectBOMEntry $entry
|
||||
* @param ProjectBOMEntry $projectBOMEntry
|
||||
* @return PartLot[]|null Returns null if the entry is a non-part BOM entry
|
||||
*/
|
||||
public function getPartLotsForBOMEntry(ProjectBOMEntry $projectBOMEntry): ?array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue