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 ede7b9a + 6eda779 commit 62f26d1Copy full SHA for 62f26d1
src/Metadata/Extractor/XmlExtractor.php
@@ -66,7 +66,7 @@ private function getAttributes(\SimpleXMLElement $resource, string $elementName)
66
if (isset($attribute->attribute[0])) {
67
$value = $this->getAttributes($attribute, 'attribute');
68
} else {
69
- $value = (string) $attribute;
+ $value = XmlUtils::phpize($attribute);
70
}
71
72
if (isset($attribute['name'])) {
0 commit comments