Skip to content

Commit 8139b23

Browse files
Update UPGRADING [skip ci]
1 parent bce9555 commit 8139b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ PHP 8.5 UPGRADE NOTES
266266
be used.
267267
RFC: https://wiki.php.net/rfc/deprecations_php_8_4
268268
. Trying to produce output (e.g. with `echo`) within a user output handler
269-
is deprecated. The deprecation warning will bypass the handler with the bad
270-
return to ensure it is visible; if there are nested output handlers the next
269+
is deprecated. The deprecation warning will bypass the handler producing the
270+
output to ensure it is visible; if there are nested output handlers the next
271271
one will still be used. If a user output handler returns a non-string and
272272
produces output, a single combined deprecation message is used.
273273
RFC: https://wiki.php.net/rfc/deprecations_php_8_4

0 commit comments

Comments
 (0)