Signature: allow for null index in signature zone

This commit is contained in:
nobohan
2024-09-12 17:02:45 +02:00
parent 2b516629f6
commit 119668e415
3 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ final readonly class PDFSignatureZone
{
public function __construct(
#[Groups(['read'])]
public int $index,
public ?int $index,
#[Groups(['read'])]
public float $x,
#[Groups(['read'])]