mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-22 23:27:31 +01:00
Fixed static analysis issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user