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 197940d commit 6f12c47Copy full SHA for 6f12c47
src/Dto/Invoices/InvoicePositionDTO.php
@@ -28,7 +28,7 @@ public function __construct(
28
public ?bool $pagebreak,
29
public ?bool $is_percentual,
30
public ?string $value,
31
- public ?int $pos,
+ public ?string $pos,
32
public ?string $internal_pos,
33
public ?bool $is_optional,
34
) {}
0 commit comments