Change array type hint

This commit is contained in:
jshayes
2024-10-13 09:54:19 -04:00
parent cd2eb3504b
commit 9510d4a2f9
5 changed files with 7 additions and 7 deletions

View File

@ -104,7 +104,7 @@ final class Str
/**
* Creates a describe block as `$describeDescription` → `$testDescription` format.
*
* @param string[] $describeDescriptions
* @param array<int, string> $describeDescriptions
*/
public static function describe(array $describeDescriptions, string $testDescription): string
{