Fix typo [ci skip]

This commit is contained in:
Markus Staab 2020-01-25 12:40:22 +01:00 committed by Christoph M. Becker
parent 2fe86669c9
commit 9f4d1b9936

View File

@ -352,7 +352,7 @@ PHP 8.0 UPGRADE NOTES
. Added WeakMap.
RFC: https://wiki.php.net/rfc/weak_maps
. Added ValueError class.
. Any number of function parameters may not be replaced by a variadic
. Any number of function parameters may now be replaced by a variadic
argument, as long as the types are compatible. For example, the following
code is now allowed: