Skip to content

Commit 4830535

Browse files
authored
[skip ci] PHP 8.4 NEWS: fix typos in parameter names (#15931)
Ref: PR 15362 / c818d94#diff-7ee66c4f1536ac84dc5bbff1b8312e2eef24b974b3e48a5c5c2bcfdf2eb8f3ce Co-authored-by: jrfnl <[email protected]>
1 parent 17d46bb commit 4830535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ PHP NEWS
270270
. The SplFixedArray::__wakeup() method has been deprecated as it implements
271271
__serialize() and __unserialize() which need to be overwritten instead.
272272
(TysonAndre)
273-
. Passing a non-empty string for the $enclosure parameter of:
273+
. Passing a non-empty string for the $escape parameter of:
274274
- SplFileObject::setCsvControl()
275275
- SplFileObject::fputcsv()
276276
- SplFileObject::fgetcsv()
@@ -279,7 +279,7 @@ PHP NEWS
279279
- Standard:
280280
. Unserializing the uppercase 'S' tag is now deprecated. (timwolla)
281281
. Enables crc32 auxiliary detection on OpenBSD. (David Carlier)
282-
. Passing a non-empty string for the $enclosure parameter of:
282+
. Passing a non-empty string for the $escape parameter of:
283283
- fputcsv()
284284
- fgetcsv()
285285
- str_getcsv()

0 commit comments

Comments
 (0)