Skip to content

Commit

Permalink
Changelog for #2827 (ref #2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 30, 2020
1 parent 1141cb8 commit f8a1cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Fixed detection of array return types for arrow functions
- Added Generic.PHP.DisallowRequestSuperglobal to ban the use of the $_REQUEST superglobal
-- Thanks to Morerice for the contribution
- Generic.ControlStructures.InlineControlStructure no longer shows errors for WHILE and FOR statements without a body
-- Previously it required these to have curly braces, but there were no statements to enclose in them
-- Thanks to Juliette Reinders Folmer for the patch
- PSR12.ControlStructures.BooleanOperatorPlacement can now be configured to enforce a specific operator position
-- By default, the sniff ensures that operators are all at the begining or end of lines, but not a mix of both
-- Set the allowOnly property to "first" to enforce all boolean operators to be at the start of a line
Expand Down

0 comments on commit f8a1cbb

Please sign in to comment.