Skip to content

Commit 8fb212f

Browse files
committed
Cleanup
1 parent c04380f commit 8fb212f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlevomatCodingStandard/Sniffs/TypeHints/TypeHintDeclarationSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ private function isTraversableType(string $type): bool
10011001
}
10021002

10031003
/**
1004-
* @return int[] [string => int]
1004+
* @return array<string, int>
10051005
*/
10061006
private function getNormalizedTraversableTypeHints(): array
10071007
{

0 commit comments

Comments
 (0)