Skip to content

Commit

Permalink
Changelog for #3152
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 2, 2020
1 parent 7d09dc4 commit 0277ae1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- A new T_TYPE_UNION token is available to represent the pipe character
-- File::getMethodParameters(), getMethodProperties(), and getMemberProperties() will now return union types
-- Thanks to Juliette Reinders Folmer for the patch
- File::getMethodParameters() now supports PHP 8.0 constructor property promotion
-- Returned method params now include a `property_visibility` and `visibility_token` index if property promotion is detected
-- Thanks to Juliette Reinders Folmer for the patch
- Include patterns are now ignored when processing STDIN
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
Expand Down

0 comments on commit 0277ae1

Please sign in to comment.