@@ -35,6 +35,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
35
35
-- Thanks to Juliette Reinders Folmer for the patch
36
36
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
37
37
-- 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
38
42
- File::getMethodParameters() now supports PHP 8.0 constructor property promotion
39
43
-- Returned method params now include a "property_visibility" and "visibility_token" index if property promotion is detected
40
44
-- Thanks to Juliette Reinders Folmer for the patch
@@ -46,6 +50,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
46
50
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
47
51
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
48
52
-- 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
49
55
- Added Generic.NamingConventions.AbstractClassNamePrefix to enforce that class names are prefixed with "Abstract"
50
56
-- Thanks to Anna Borzenko for the contribution
51
57
- Added Generic.NamingConventions.InterfaceNameSuffix to enforce that interface names are suffixed with "Interface"
0 commit comments