Skip to content

Commit 0278329

Browse files
committed
Changelog for #2516
1 parent 7e4089d commit 0278329

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
8585
- Squiz.WhiteSpace.FunctionSpacing now applies beforeFirst and afterLast spacing rules to nested functions
8686
-- Previously, these rules only applied to the first and last function in a class, interface, or trait
8787
-- These rules now apply to functions nested in any statement block, including other functions and conditions
88+
- Squiz.WhiteSpace.OperatorSpacing now checks spacing around the instanceof operator
89+
-- Thanks to Jakub Chábek for the patch
8890
- Squiz.WhiteSpace.OperatorSpacing can now enforce a single space before assignment operators
8991
-- Previously, the sniff this spacing as multiple assignment operators are sometimes aligned
9092
-- Now, you can set the ignoreSpacingBeforeAssignments sniff property to FALSE to enable checking

0 commit comments

Comments
 (0)