Skip to content

Commit

Permalink
Changelog for #3153
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 2, 2020
1 parent b8c5436 commit dbfd9e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- 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
-- 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
- File::getMethodProperties() now includes a "return_type_end_token" index in the return value
-- This indicates the last token in the return type, which is helpful when checking union types
-- 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
Expand All @@ -44,6 +47,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Set the "alignAtEnd" sniff property to "false" to align the assignment tokens
-- The default remains at "true", so the assigned values are aligned
-- Thanks to John P. Bloch for the patch
- Generic.PHP.LowerCaseType now supports checking of typed properties
-- Thanks to Juliette Reinders Folmer for the patch
- Generic.PHP.LowerCaseType now supports checking of union types
-- Thanks to Juliette Reinders Folmer for the patch
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore private and protected methods
-- Set the "minimumVisibility" sniff property to "protected" to ignore private methods
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
Expand Down

0 comments on commit dbfd9e6

Please sign in to comment.