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 db77426 commit 1a65174Copy full SHA for 1a65174
Loader/XmlFileLoader.php
@@ -547,7 +547,7 @@ private function loadFromExtensions(\DOMDocument $xml)
547
}
548
549
/**
550
- * Converts a \DomElement object to a PHP array.
+ * Converts a \DOMElement object to a PHP array.
551
*
552
* The following rules applies during the conversion:
553
@@ -561,7 +561,7 @@ private function loadFromExtensions(\DOMDocument $xml)
561
562
* * The nested-tags are converted to keys (<foo><foo>bar</foo></foo>)
563
564
- * @param \DomElement $element A \DomElement instance
+ * @param \DOMElement $element A \DOMElement instance
565
566
* @return array A PHP array
567
*/
0 commit comments