Skip to content

Commit

Permalink
Remove Psalm constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 13, 2024
1 parent e5f3158 commit e876e3a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ final class SalesOrderLine extends AbstractDataTransferObject

public function __construct(
int|string|null $orderLineId = null,
/**
* @var positive-int|null $quantityRequested
*/
public ?int $quantityRequested = null,
int|string|null $productId = null,
public ?string $lotNumber = null,
Expand Down

0 comments on commit e876e3a

Please sign in to comment.