mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Fixed some more inspection issues
This commit is contained in:
parent
de96aae9a5
commit
29d1d49aca
83 changed files with 153 additions and 172 deletions
|
@ -27,24 +27,24 @@ class PartLotWithdrawAddHelperTest extends WebTestCase
|
|||
protected $service;
|
||||
|
||||
/** @var Part */
|
||||
private $part;
|
||||
private Part $part;
|
||||
|
||||
/** @var Storelocation */
|
||||
private $storageLocation;
|
||||
private Storelocation $storageLocation;
|
||||
/** @var Storelocation */
|
||||
private $full_storageLocation;
|
||||
private Storelocation $full_storageLocation;
|
||||
|
||||
/** @var PartLot */
|
||||
private $partLot1;
|
||||
private PartLot $partLot1;
|
||||
/** @var PartLot */
|
||||
private $partLot2;
|
||||
private PartLot $partLot2;
|
||||
/** @var PartLot */
|
||||
private $partLot3;
|
||||
private PartLot $partLot3;
|
||||
|
||||
/** @var PartLot */
|
||||
private $fullLot;
|
||||
private PartLot $fullLot;
|
||||
/** @var PartLot */
|
||||
private $lotWithUnknownInstock;
|
||||
private PartLot $lotWithUnknownInstock;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue