Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 7, 2021
1 parent 7e27728 commit b5cce95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/SPID/XML/saml/Issuer.php
Expand Up @@ -14,7 +14,7 @@
/**
* Class representing the saml:Issuer element compliant with SPID spefication.
*
* @package simplesamlphp/saml2
* @package simplesamlphp/saml2-module-spid
*/
final class Issuer extends NameIDType
{
Expand All @@ -37,8 +37,9 @@ public function __construct(
*
* @param \DOMElement $xml The XML element we should load
*
* @return \SAML2\XML\saml\Issuer
* @throws \InvalidArgumentException
* @return \SimpleSAML\SAML2\XML\saml\Issuer
* @throws \SimpleSAML\XML\InvalidDOMElementException
* @throws \SPID\Exception\ProtocolViolationException
*/
public static function fromXML(DOMElement $xml): object
{
Expand Down

0 comments on commit b5cce95

Please sign in to comment.