diff --git a/tests/SAML2/CustomStatement.php b/tests/SAML2/CustomStatement.php index 238733dd7..019920964 100644 --- a/tests/SAML2/CustomStatement.php +++ b/tests/SAML2/CustomStatement.php @@ -86,7 +86,7 @@ public static function fromXML(DOMElement $xml): static * Convert this Statement to XML. * * @param \DOMElement $parent The element we are converting to XML. - * @return \DOMElement The XML element after adding the data corresponding to this BaseID. + * @return \DOMElement The XML element after adding the data corresponding to this Statement. */ public function toXML(DOMElement $parent = null): DOMElement {