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.
[]map[string]any
1 parent 0813049 commit b291191Copy full SHA for b291191
src/SDK/Language/Go.php
@@ -139,7 +139,7 @@ public function getFiles(): array
139
public function getTypeName(array $parameter, array $spec = []): string
140
{
141
if (str_contains($parameter['description'], 'Collection attributes') || str_contains($parameter['description'], 'List of attributes')) {
142
- return '[]any';
+ return '[]map[string]any';
143
}
144
return match ($parameter['type']) {
145
self::TYPE_INTEGER => 'int',
0 commit comments