Skip to content

Commit 22d70f7

Browse files
committed
ID can be null
1 parent 17ebf55 commit 22d70f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/XML/ds/SignedInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
final class SignedInfo extends AbstractDsElement
1818
{
19-
/** @var string */
20-
protected string $Id;
19+
/** @var string|null */
20+
protected ?string $Id;
2121

2222
/**
2323
* @var \SimpleSAML\XMLSecurity\XML\ds\CanonicalizationMethod

0 commit comments

Comments
 (0)