Skip to content

Commit 49989bf

Browse files
HP-1751 tiny
1 parent 5c69b42 commit 49989bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/product/PriceTypeDefinition.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class PriceTypeDefinition implements ParentNodeDefinitionInterface
3131

3232
public function __construct(
3333
private readonly PriceTypeDefinitionCollection $parent,
34-
private readonly TypeInterface $type,
35-
TariffType $tariffType,
34+
private readonly TypeInterface $type,
35+
TariffType $tariffType,
3636
) {
3737
$this->invoiceCollection = new InvoiceRepresentationCollection($this);
3838
$this->behaviorCollection = new PriceTypeDefinitionBehaviourCollection($this, $tariffType);

0 commit comments

Comments
 (0)