Skip to content

Commit

Permalink
Changelog for #2705
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 19, 2019
1 parent 2f4244d commit 46674d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Matthew Peveler for the contribution
- Generic.CodeAnalysis.EmptyPhpStatement now reports unnecessary semicolons after control structure closing braces
-- Thanks to Vincent Langlet for the patch
- Generic.PHP.LowerCaseKeyword now enforces that the "fn" keyword is lowercase
-- Thanks to Michał Bundyra for the patch
- Generic.WhiteSpace.ScopeIndent now supports static arrow functions
- PEAR.Functions.FunctionCallSignature now adjusts the indent of function argument contents during auto-fixing
-- Previously, only the first line of an argument was changed, leading to inconsistent indents
Expand All @@ -58,6 +60,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Previously, the trait import section of the class ended when the first non-import statement was found
-- Checking now continues throughout the class to ensure all statements are grouped together
-- This also ensures that empty lines are not requested after an import statement that isn't the last one
- Squiz.Functions.LowercaseFunctionKeywords now enforces that the "fn" keyword is lowercase
-- Thanks to Michał Bundyra for the patch
- Fixed bug #2586 : Generic.WhiteSpace.ScopeIndent false positives when indenting open tags at a non tab-stop
- Fixed bug #2638 : Squiz.CSS.DuplicateClassDefinitionSniff sees comments as part of the class name
-- Thanks to Raphael Horber for the patch
Expand Down

0 comments on commit 46674d3

Please sign in to comment.