Skip to content

Commit

Permalink
Allow more types for back-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jun 22, 2021
1 parent d8f4eb2 commit 6d4d166
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 @@ -567,7 +567,7 @@ function rtrim(string $str, string $character_mask = " \t\n\r\0\x0B") : string {
* @psalm-pure
*
* @param string|array $glue
* @param array<string|float|int|stringable-object> $pieces
* @param array<string|float|int|stringable-object|null|bool> $pieces
*
* @return (
* $glue is non-empty-string
Expand Down

0 comments on commit 6d4d166

Please sign in to comment.