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 9f38d81 commit 3102cafCopy full SHA for 3102caf
src/XML/ds/AbstractPGPDataType.php
@@ -37,6 +37,7 @@ abstract class AbstractPGPDataType extends AbstractDsElement implements SchemaVa
37
* @param \SimpleSAML\XMLSecurity\XML\ds\PGPKeyID|null $pgpKeyId
38
* @param \SimpleSAML\XMLSecurity\XML\ds\PGPKeyPacket|null $pgpKeyPacket
39
* @param array<\SimpleSAML\XML\SerializableElementInterface> $children
40
+ * @throws \SimpleSAML\XML\Exception\SchemaViolationException
41
*/
42
final public function __construct(
43
protected ?PGPKeyID $pgpKeyId = null,
0 commit comments