@@ -35,6 +35,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
3535 -- Thanks to Juliette Reinders Folmer for the patch
3636 - Added support for PHP 8.0 dereferencing of text strings with interpolated variables
3737 -- Thanks to Juliette Reinders Folmer for the patch
38+ - The value of the T_FN_ARROW token has changed from "T_FN_ARROW" to "PHPCS_T_FN_ARROW" to avoid package conflicts
39+ -- This will have no impact on custom sniffs unless they are specifically looking at the value of the T_FN_ARROW constant
40+ -- If sniffs are just using constant to find arrow functions, they will continue to work without modification
41+ -- Thanks to Juliette Reinders Folmer for the patch
3842 - File::getMethodParameters() now supports PHP 8.0 constructor property promotion
3943 -- Returned method params now include a "property_visibility" and "visibility_token" index if property promotion is detected
4044 -- Thanks to Juliette Reinders Folmer for the patch
@@ -46,6 +50,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4650 -- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
4751 -- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
4852 -- Thanks to Juliette Reinders Folmer for the patch
53+ - Spaces are now correctly escaped in the paths to external on Windows
54+ -- Thanks to Juliette Reinders Folmer for the patch
4955 - Added Generic.NamingConventions.AbstractClassNamePrefix to enforce that class names are prefixed with "Abstract"
5056 -- Thanks to Anna Borzenko for the contribution
5157 - Added Generic.NamingConventions.InterfaceNameSuffix to enforce that interface names are suffixed with "Interface"
0 commit comments