Skip to content

Commit f6a0cff

Browse files
committed
Changelog for #3178
1 parent 019f21a commit f6a0cff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
3030
-- A new T_TYPE_UNION token is available to represent the pipe character
3131
-- File::getMethodParameters(), getMethodProperties(), and getMemberProperties() will now return union types
3232
-- Thanks to Juliette Reinders Folmer for the patch
33+
- Added support for PHP 8.0 named function call arguments
34+
-- A new T_PARAM_NAME token is available to represent the label with the name of the function argument in it
35+
-- Thanks to Juliette Reinders Folmer for the patch
3336
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
3437
-- Thanks to Juliette Reinders Folmer for the patch
3538
- File::getMethodParameters() now supports PHP 8.0 constructor property promotion

0 commit comments

Comments
 (0)