We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f8730 commit dda048cCopy full SHA for dda048c
src/SerializableElementInterface.php
@@ -44,5 +44,5 @@ public static function fromXML(DOMElement $xml): static;
44
* @param \DOMElement|null $parent
45
* @return \DOMElement
46
*/
47
- public function toXML(DOMElement $parent = null): DOMElement;
+ public function toXML(?DOMElement $parent = null): DOMElement;
48
}
0 commit comments