Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 0ff0f16

Browse files
committed
test: Type fix
1 parent 556987a commit 0ff0f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Service/DbRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static function hashInvalidProvider(): array
7272
}
7373

7474
/**
75-
* @return array<array{string, string, array<array<string, mixed>>|null, class-string<\Throwable>|null}>
75+
* @return array<array{string, string, array<array<array-key, mixed>>|null, class-string<\Throwable>|null}>
7676
*/
7777
public static function runQueryProvider(): array
7878
{

0 commit comments

Comments
 (0)