We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc94923 commit bd7bc87Copy full SHA for bd7bc87
src/Types/ImportSourceDefinition/Api.php
@@ -23,7 +23,7 @@ class Api implements ImportSourceDefinition
23
private array $options;
24
25
/*
26
- * @var array<string,string>
+ * @var array<string, mixed>
27
*/
28
private array $queryParameters;
29
@@ -80,7 +80,7 @@ public function getOptions(): array
80
}
81
82
/**
83
- * @return array<string, mixed>
+ * @return array<array-key, mixed>
84
85
public function getQueryParameters(): array
86
{
0 commit comments