You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Util/XmlUtils.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ private function __construct()
40
40
*
41
41
* @return \DOMDocument
42
42
*
43
-
* @throws \Symfony\Component\Config\Util\Exception\XmlParsingException When parsing of XML file returns error
44
-
* @throws \Symfony\Component\Config\Util\Exception\InvalidXmlException When parsing of XML with schema or callable produces any errors unrelated to the XML parsing itself
45
-
* @throws \RuntimeException When DOM extension is missing
43
+
* @throws XmlParsingException When parsing of XML file returns error
44
+
* @throws InvalidXmlException When parsing of XML with schema or callable produces any errors unrelated to the XML parsing itself
45
+
* @throws \RuntimeException When DOM extension is missing
0 commit comments