Skip to content

Commit e08cf64

Browse files
committed
AC-3038: Fixed Static Tests
1 parent fdf2944 commit e08cf64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Config/Model/Config/Structure/Converter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ protected function _convertDOMDocument(\DOMNode $root)
9696
continue 2;
9797

9898
case XML_TEXT_NODE:
99-
if (
100-
$children->length
99+
if ($children->length
101100
&& ($child->nodeValue === null || trim($child->nodeValue, "\n ") === '')
102101
) {
103102
continue 2;

0 commit comments

Comments
 (0)