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 91c4220 + 29d7e87 commit d4a074cCopy full SHA for d4a074c
src/Gatherer/Schema.php
@@ -31,8 +31,8 @@ public static function gather(
31
);
32
$properties[] = $gatheredProperty;
33
34
- if (!array_key_exists($gatheredProperty->name, $example)) {
35
- $example[$gatheredProperty->name] = $gatheredProperty->exampleData;
+ if (!array_key_exists($gatheredProperty->sourceName, $example)) {
+ $example[$gatheredProperty->sourceName] = $gatheredProperty->exampleData;
36
}
37
38
0 commit comments