Skip to content

Commit 4556f9d

Browse files
authored
[skip ci] Fix alternative string interpolation suggestion in UPGRADING
1 parent de54f83 commit 4556f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PHP 8.2 UPGRADE NOTES
107107
RFC: https://wiki.php.net/rfc/deprecate_partially_supported_callables
108108

109109
. The "${var}" and "${expr}" style string interpolations are deprecated and
110-
will be removed in PHP 9. Use "$var"/"{$var}" or "${expr}", respectively.
110+
will be removed in PHP 9. Use "$var"/"{$var}" or "{${expr}}", respectively.
111111
RFC: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
112112

113113
- Mbstring:

0 commit comments

Comments
 (0)