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 91c4220 commit 29d7e87Copy full SHA for 29d7e87
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