Skip to content

Commit

Permalink
Changelog for #3214 and #3218
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 14, 2021
1 parent df3ccb5 commit ea8158c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Juliette Reinders Folmer for the patch
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
-- Thanks to Juliette Reinders Folmer for the patch
- The value of the T_FN_ARROW token has changed from "T_FN_ARROW" to "PHPCS_T_FN_ARROW" to avoid package conflicts
-- This will have no impact on custom sniffs unless they are specifically looking at the value of the T_FN_ARROW constant
-- If sniffs are just using constant to find arrow functions, they will continue to work without modification
-- 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
Expand All @@ -46,6 +50,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
-- Thanks to Juliette Reinders Folmer for the patch
- Spaces are now correctly escaped in the paths to external on Windows
-- Thanks to Juliette Reinders Folmer for the patch
- Added Generic.NamingConventions.AbstractClassNamePrefix to enforce that class names are prefixed with "Abstract"
-- Thanks to Anna Borzenko for the contribution
- Added Generic.NamingConventions.InterfaceNameSuffix to enforce that interface names are suffixed with "Interface"
Expand Down

0 comments on commit ea8158c

Please sign in to comment.