Fixed some more inspection issues

This commit is contained in:
Jan Böhmer 2023-04-15 22:05:29 +02:00
parent de96aae9a5
commit 29d1d49aca
83 changed files with 153 additions and 172 deletions

View file

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