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 48f4b14 commit 3e9ff07Copy full SHA for 3e9ff07
src/TaxCode.php
@@ -14,7 +14,7 @@ class TaxCode implements Stringable
14
15
public function __construct(
16
private string $taxCode,
17
- string $originalTaxCode = null,
+ string|null $originalTaxCode = null,
18
private array $modifiers = [],
19
) {
20
$this->originalTaxCode = $originalTaxCode ?? $this->taxCode;
0 commit comments