mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Use imports instead of FQNs
This commit is contained in:
parent
f63b6d7207
commit
5629215ce4
179 changed files with 792 additions and 597 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue