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 17ebf55 commit 22d70f7Copy full SHA for 22d70f7
1 file changed
src/XML/ds/SignedInfo.php
@@ -16,8 +16,8 @@
16
*/
17
final class SignedInfo extends AbstractDsElement
18
{
19
- /** @var string */
20
- protected string $Id;
+ /** @var string|null */
+ protected ?string $Id;
21
22
/**
23
* @var \SimpleSAML\XMLSecurity\XML\ds\CanonicalizationMethod
0 commit comments