Skip to content

Commit 1ae1e6b

Browse files
committed
Fix implicit nullable param
1 parent 75812d4 commit 1ae1e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/ds/Signature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class Signature extends AbstractDsElement implements SchemaValidatableElem
3535
public function __construct(
3636
protected SignedInfo $signedInfo,
3737
protected SignatureValue $signatureValue,
38-
protected ?KeyInfo $keyInfo,
38+
protected ?KeyInfo $keyInfo = null,
3939
protected array $objects = [],
4040
protected ?IDValue $Id = null,
4141
) {

0 commit comments

Comments
 (0)