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 3d53f60 commit fb41668Copy full SHA for fb41668
src/XmlFileParser.php
@@ -166,7 +166,7 @@ private function childHasInterestingData(Frame $child): bool
166
!empty($child->getInherits())
167
|| !empty($child->getMixins())
168
|| !empty($child->getKeyValues())
169
- || !empty($child->getName())
+ || (!empty($child->getName()) && $child->getRootNode()::class === Frame::class)
170
|| !empty($child->getChildren());
171
}
172
0 commit comments