Skip to content

Commit 0277ae1

Browse files
committed
Changelog for #3152
1 parent 7d09dc4 commit 0277ae1

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+
- File::getMethodParameters() now supports PHP 8.0 constructor property promotion
34+
-- Returned method params now include a `property_visibility` and `visibility_token` index if property promotion is detected
35+
-- Thanks to Juliette Reinders Folmer for the patch
3336
- Include patterns are now ignored when processing STDIN
3437
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
3538
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run

0 commit comments

Comments
 (0)