Skip to content

Commit

Permalink
Changelog for #2896 (ref #1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 2, 2020
1 parent a16e88f commit 38c8ae6
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,12 @@ 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
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
-- 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
- 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 38c8ae6

Please sign in to comment.