Skip to content

Commit

Permalink
Changelog for #2585
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Aug 25, 2019
1 parent 55fbe2d commit 50e83cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Juliette Reinders Folmer for the patch
- The PHP 7.4 T_BAD_CHARACTER token has been made available for older versions
-- Allows you to safely look for this token, but it will not appear unless checking with PHP 7.4+
- Metrics are now available for Squiz.WhiteSpace.FunctionSpacing
-- Use the "info" report to see blank lines before/after functions
-- Thanks to Juliette Reinders Folmer for the patch
- Metrics are now available for Squiz.WhiteSpace.MemberVarSpacing
-- Use the "info" report to see blank lines before member vars
-- Thanks to Juliette Reinders Folmer for the patch
- Added Generic.ControlStructures.DisallowYodaConditions sniff
-- Ban the use of Yoda conditions
-- Thanks to Mponos George for the contribution
Expand Down

0 comments on commit 50e83cc

Please sign in to comment.