mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Use imports instead of FQNs
This commit is contained in:
@@ -43,8 +43,8 @@ class ProjectBuildRequestTest extends TestCase
|
||||
/** @var ProjectBOMEntry */
|
||||
private ProjectBOMEntry $bom_entry1c;
|
||||
|
||||
private \App\Entity\Parts\PartLot $lot1a;
|
||||
private \App\Entity\Parts\PartLot $lot1b;
|
||||
private PartLot $lot1a;
|
||||
private PartLot $lot1b;
|
||||
private PartLot $lot2;
|
||||
|
||||
/** @var Part */
|
||||
|
||||
Reference in New Issue
Block a user