Skip to content

Commit e1bd68b

Browse files
Merge branch '2.7' into 2.8
* 2.7: Docblock fixes
2 parents fcab8eb + 1a65174 commit e1bd68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loader/XmlFileLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ private function loadFromExtensions(\DOMDocument $xml)
570570
}
571571

572572
/**
573-
* Converts a \DomElement object to a PHP array.
573+
* Converts a \DOMElement object to a PHP array.
574574
*
575575
* The following rules applies during the conversion:
576576
*
@@ -584,7 +584,7 @@ private function loadFromExtensions(\DOMDocument $xml)
584584
*
585585
* * The nested-tags are converted to keys (<foo><foo>bar</foo></foo>)
586586
*
587-
* @param \DomElement $element A \DomElement instance
587+
* @param \DOMElement $element A \DOMElement instance
588588
*
589589
* @return array A PHP array
590590
*/

0 commit comments

Comments
 (0)