We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75812d4 commit 1ae1e6bCopy full SHA for 1ae1e6b
1 file changed
src/XML/ds/Signature.php
@@ -35,7 +35,7 @@ final class Signature extends AbstractDsElement implements SchemaValidatableElem
35
public function __construct(
36
protected SignedInfo $signedInfo,
37
protected SignatureValue $signatureValue,
38
- protected ?KeyInfo $keyInfo,
+ protected ?KeyInfo $keyInfo = null,
39
protected array $objects = [],
40
protected ?IDValue $Id = null,
41
) {
0 commit comments