Skip to content

Commit

Permalink
Fix doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 1, 2023
1 parent 94619b0 commit f5851cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SAML2/XML/saml/AuthnStatement.php
Expand Up @@ -23,7 +23,7 @@
final class AuthnStatement extends AbstractStatementType
{
/**
* Initialize an AuthnContext.
* Initialize an AuthnStatement.
*
* @param \SimpleSAML\SAML2\XML\saml\AuthnContext $authnContext
* @param int $authnInstant
Expand Down Expand Up @@ -102,7 +102,7 @@ public function getSubjectLocality(): ?SubjectLocality
*
* @param \DOMElement $xml The XML element we should load
*
* @return \SimpleSAML\SAML2\XML\saml\AuthnStatement
* @return static
* @throws \SimpleSAML\XML\Exception\InvalidDOMElementException
* if the qualified name of the supplied element is wrong
* @throws \SimpleSAML\XML\Exception\MissingElementException
Expand Down

0 comments on commit f5851cc

Please sign in to comment.