diff --git a/src/XML/fed/AbstractAssertionType.php b/src/XML/fed/AbstractAssertionType.php index 09d3033e..e7d0131f 100644 --- a/src/XML/fed/AbstractAssertionType.php +++ b/src/XML/fed/AbstractAssertionType.php @@ -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