mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-07 15:58:19 +01:00
Applied rector to test files
This commit is contained in:
@@ -43,10 +43,8 @@ class ProjectBuildRequestTest extends TestCase
|
||||
/** @var ProjectBOMEntry */
|
||||
private ProjectBOMEntry $bom_entry1c;
|
||||
|
||||
/** @var PartLot $lot1a */
|
||||
private $lot1a;
|
||||
/** @var PartLot $lot1b */
|
||||
private $lot1b;
|
||||
private \App\Entity\Parts\PartLot $lot1a;
|
||||
private \App\Entity\Parts\PartLot $lot1b;
|
||||
private PartLot $lot2;
|
||||
|
||||
/** @var Part */
|
||||
|
||||
Reference in New Issue
Block a user