Skip to content

Commit bd7bc87

Browse files
committed
psalm
1 parent dc94923 commit bd7bc87

File tree

1 file changed

+2
-2
lines changed
  • src/Types/ImportSourceDefinition

1 file changed

+2
-2
lines changed

src/Types/ImportSourceDefinition/Api.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Api implements ImportSourceDefinition
2323
private array $options;
2424

2525
/*
26-
* @var array<string,string>
26+
* @var array<string, mixed>
2727
*/
2828
private array $queryParameters;
2929

@@ -80,7 +80,7 @@ public function getOptions(): array
8080
}
8181

8282
/**
83-
* @return array<string, mixed>
83+
* @return array<array-key, mixed>
8484
*/
8585
public function getQueryParameters(): array
8686
{

0 commit comments

Comments
 (0)