Skip to content

Commit

Permalink
Fix missing braces in phpstub of sodium_bin2base64
Browse files Browse the repository at this point in the history
  • Loading branch information
M393 committed Oct 21, 2024
1 parent 0f796f1 commit 21311eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericFunctions.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function fclose(&$stream) : bool
* @param T $string
* @return (T is non-empty-string ? non-empty-string : string)
*/
function sodium_bin2base64(string $string, int $id): string
function sodium_bin2base64(string $string, int $id): string {}

/**
* @psalm-pure
Expand Down

0 comments on commit 21311eb

Please sign in to comment.