Skip to content

Commit a8f5442

Browse files
committed
UPGRADING: Fix parameter name in bzcompress work_factor param
Follow-up to GH-16108, to add the `$` sign to the `work_factor` paremter mention in the `UPGRADING` file.
1 parent 2d3990c commit a8f5442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PHP 8.5 UPGRADE NOTES
2222
- BZ2:
2323
. bzcompress() now throws a ValueError when $block_size is not between
2424
1 and 9.
25-
. bzcompress() now throws a ValueError when work_factor is not between
25+
. bzcompress() now throws a ValueError when $work_factor is not between
2626
0 and 250.
2727

2828
- LDAP:

0 commit comments

Comments
 (0)