We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69b42 commit 49989bfCopy full SHA for 49989bf
src/product/PriceTypeDefinition.php
@@ -31,8 +31,8 @@ class PriceTypeDefinition implements ParentNodeDefinitionInterface
31
32
public function __construct(
33
private readonly PriceTypeDefinitionCollection $parent,
34
- private readonly TypeInterface $type,
35
- TariffType $tariffType,
+ private readonly TypeInterface $type,
+ TariffType $tariffType,
36
) {
37
$this->invoiceCollection = new InvoiceRepresentationCollection($this);
38
$this->behaviorCollection = new PriceTypeDefinitionBehaviourCollection($this, $tariffType);
0 commit comments