We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de31b2 commit 022aae7Copy full SHA for 022aae7
src/DataTransferObject/Product/Product.php
@@ -52,8 +52,8 @@ public function __construct(
52
public ?int $orderedByCustomers = null,
53
public ?bool $production = null,
54
public ?bool $autoAssignLot = null,
55
- /** @var list<array{name: string, vendorName: string|null}> */
56
- public array $vendors = [],
+ /** @var list<array{name: string, vendorName: string|null}>|null */
+ public ?array $vendors = null,
57
/** @var list<string>|null */
58
public ?array $allowedAreas = null,
59
public ?string $dangerousGoodsClass = null,
0 commit comments