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 ede7b9a commit 6eda779Copy full SHA for 6eda779
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