Skip to content

Commit 1605afe

Browse files
committed
specify type
1 parent f6d9415 commit 1605afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Convert/Encoding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function uniArrToLatinArr(array $ordarr): array
5757
/**
5858
* Converts an array of Latin1 code points to a string
5959
*
60-
* @param array<int> $latarr Array of Latin1 code points
60+
* @param array<int<0, 255>> $latarr Array of Latin1 code points
6161
*/
6262
public function latinArrToStr(array $latarr): string
6363
{

0 commit comments

Comments
 (0)