Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 27, 2024
1 parent 7bd2fd0 commit 7f537b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SAML2/CustomStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7f537b6

Please sign in to comment.