Skip to content

Commit 3102caf

Browse files
authored
Annotate SchemaViolationException on \SimpleSAML\XMLSecurity\XML\ds\AbstractPGPDataType constructor (#62)
1 parent 9f38d81 commit 3102caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XML/ds/AbstractPGPDataType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ abstract class AbstractPGPDataType extends AbstractDsElement implements SchemaVa
3737
* @param \SimpleSAML\XMLSecurity\XML\ds\PGPKeyID|null $pgpKeyId
3838
* @param \SimpleSAML\XMLSecurity\XML\ds\PGPKeyPacket|null $pgpKeyPacket
3939
* @param array<\SimpleSAML\XML\SerializableElementInterface> $children
40+
* @throws \SimpleSAML\XML\Exception\SchemaViolationException
4041
*/
4142
final public function __construct(
4243
protected ?PGPKeyID $pgpKeyId = null,

0 commit comments

Comments
 (0)