Fixed static analysis issue

This commit is contained in:
Jan Böhmer 2023-01-22 23:50:07 +01:00
parent 94d7f4bc37
commit 69e83af13b

View file

@ -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