Skip to content

Commit a740354

Browse files
committed
Changelog for #2559
1 parent 32e74e4 commit a740354

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 has improved handling of parse errors
89+
-- Thanks to Juliette Reinders Folmer for the patch
8890
- Squiz.WhiteSpace.OperatorSpacing now checks spacing around the instanceof operator
8991
-- Thanks to Jakub Chábek for the patch
9092
- Squiz.WhiteSpace.OperatorSpacing can now enforce a single space before assignment operators

0 commit comments

Comments
 (0)