Skip to content

Commit

Permalink
Changelog for #2516
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Aug 8, 2019
1 parent 7e4089d commit 0278329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Squiz.WhiteSpace.FunctionSpacing now applies beforeFirst and afterLast spacing rules to nested functions
-- Previously, these rules only applied to the first and last function in a class, interface, or trait
-- These rules now apply to functions nested in any statement block, including other functions and conditions
- Squiz.WhiteSpace.OperatorSpacing now checks spacing around the instanceof operator
-- Thanks to Jakub Chábek for the patch
- Squiz.WhiteSpace.OperatorSpacing can now enforce a single space before assignment operators
-- Previously, the sniff this spacing as multiple assignment operators are sometimes aligned
-- Now, you can set the ignoreSpacingBeforeAssignments sniff property to FALSE to enable checking
Expand Down

0 comments on commit 0278329

Please sign in to comment.