Skip to content

Commit

Permalink
doc: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Oct 18, 2024
1 parent 3f24807 commit 0aaa5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/fed/AbstractAssertionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function fromXML(DOMElement $xml): static
/**
* Add this AssertionType to an XML element.
*
* @param \DOMElement $parent The element we should append this username token to.
* @param \DOMElement $parent The element we should append this AssertionType to.
* @return \DOMElement
*/
public function toXML(DOMElement $parent = null): DOMElement
Expand Down

0 comments on commit 0aaa5aa

Please sign in to comment.