Skip to content

Commit

Permalink
Merge pull request #7115 from weirdan/array_count_values-for-unknown-…
Browse files Browse the repository at this point in the history
…arrays
  • Loading branch information
weirdan committed Dec 10, 2021
2 parents ae765df + 3cce691 commit 4ac0b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericFunctions.phpstub
Expand Up @@ -1092,7 +1092,7 @@ function str_getcsv(string $string, string $separator = ',', string $enclosure =
*
* @param TArray $array
*
* @return (TArray is non-empty-array ? non-empty-array<TKey, positive-int> : array<empty, empty>)
* @return (TArray is non-empty-array ? non-empty-array<TKey, positive-int> : array<TKey, positive-int>)
*
* @psalm-pure
*/
Expand Down

0 comments on commit 4ac0b64

Please sign in to comment.