Skip to content

Commit

Permalink
Make md5 return type more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffycondor committed Dec 18, 2022
1 parent a76a1d1 commit 725add8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/CoreGenericFunctions.phpstub
Expand Up @@ -1471,3 +1471,8 @@ function mb_convert_encoding(array|string $string, string $to_encoding, array|st
* @psalm-suppress ReferenceConstraintViolation
*/
function stream_select(null|array &$read, null|array &$write, null|array &$except, null|int $seconds, null|int $microseconds = null) : bool|int {}

/**
* @return non-falsy-string
*/
function md5(string $string, bool $binary = false): string {}

0 comments on commit 725add8

Please sign in to comment.