Skip to content

Commit baa8671

Browse files
staabmsebastianbergmann
authored andcommitted
more specific key-type
1 parent 9a8d5cf commit baa8671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Metadata/Api/Groups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
final class Groups
3232
{
3333
/**
34-
* @var array<string, array<string>>
34+
* @var array<string, array<int, string>>
3535
*/
3636
private static array $groupCache = [];
3737

3838
/**
3939
* @psalm-param class-string $className
4040
* @psalm-param non-empty-string $methodName
4141
*
42-
* @psalm-return array<string>
42+
* @psalm-return array<int, string>
4343
*/
4444
public function groups(string $className, string $methodName, bool $includeVirtual = true): array
4545
{

0 commit comments

Comments
 (0)