We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9415 commit 1605afeCopy full SHA for 1605afe
src/Convert/Encoding.php
@@ -57,7 +57,7 @@ public function uniArrToLatinArr(array $ordarr): array
57
/**
58
* Converts an array of Latin1 code points to a string
59
*
60
- * @param array<int> $latarr Array of Latin1 code points
+ * @param array<int<0, 255>> $latarr Array of Latin1 code points
61
*/
62
public function latinArrToStr(array $latarr): string
63
{
0 commit comments