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 bf40afa commit b8232c5Copy full SHA for b8232c5
lib/internal/Magento/Framework/Config/Converter.php
@@ -103,7 +103,7 @@ protected function parseVarElement(\DOMElement $node)
103
}
104
105
if (!count($result)) {
106
- $result = (strtolower($node->nodeValue) !== 'true' && strtolower($node->nodeValue) !== 'false')
+ $result = (strtolower($node->nodeValue) !== 'true' && strtolower($node->nodeValue) !== 'false')
107
? $node->nodeValue
108
: filter_var($node->nodeValue, FILTER_VALIDATE_BOOLEAN);
109
0 commit comments