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.
2 parents fcab8eb + 1a65174 commit e1bd68bCopy full SHA for e1bd68b
Loader/XmlFileLoader.php
@@ -570,7 +570,7 @@ private function loadFromExtensions(\DOMDocument $xml)
570
}
571
572
/**
573
- * Converts a \DomElement object to a PHP array.
+ * Converts a \DOMElement object to a PHP array.
574
*
575
* The following rules applies during the conversion:
576
@@ -584,7 +584,7 @@ private function loadFromExtensions(\DOMDocument $xml)
584
585
* * The nested-tags are converted to keys (<foo><foo>bar</foo></foo>)
586
587
- * @param \DomElement $element A \DomElement instance
+ * @param \DOMElement $element A \DOMElement instance
588
589
* @return array A PHP array
590
*/
0 commit comments