Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 21, 2023
1 parent f357190 commit 2c86bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/wsa/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static function fromXML(DOMElement $xml): static
* Convert this Metadata to XML.
*
* @param \DOMElement|null $parent The element we should add this Metadata to.
* @return \DOMElement This Header-element.
* @return \DOMElement This Metadata-element.
*/
public function toXML(DOMElement $parent = null): DOMElement
{
Expand Down

0 comments on commit 2c86bad

Please sign in to comment.