Skip to content

Commit 1a65174

Browse files
Docblock fixes
1 parent db77426 commit 1a65174

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
@@ -547,7 +547,7 @@ private function loadFromExtensions(\DOMDocument $xml)
547547
}
548548

549549
/**
550-
* Converts a \DomElement object to a PHP array.
550+
* Converts a \DOMElement object to a PHP array.
551551
*
552552
* The following rules applies during the conversion:
553553
*
@@ -561,7 +561,7 @@ private function loadFromExtensions(\DOMDocument $xml)
561561
*
562562
* * The nested-tags are converted to keys (<foo><foo>bar</foo></foo>)
563563
*
564-
* @param \DomElement $element A \DomElement instance
564+
* @param \DOMElement $element A \DOMElement instance
565565
*
566566
* @return array A PHP array
567567
*/

0 commit comments

Comments
 (0)