Skip to content

Commit b752cd4

Browse files
committed
test: fix phpstan issues
1 parent 99357ea commit b752cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Operations/UpsertDataOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function upsertMany(array $upsert): void
3939
}
4040

4141
/**
42-
* @param array<string, mixed> $data
42+
* @param array<mixed> $data
4343
*/
4444
private function createRequest(array $data): TransporterRequest
4545
{

src/Operations/UpsertVectorOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function upsertMany(array $upsert): void
4141
}
4242

4343
/**
44-
* @param array<string, mixed> $data
44+
* @param array<mixed> $data
4545
*/
4646
private function createRequest(array $data): TransporterRequest
4747
{

0 commit comments

Comments
 (0)