Skip to content

Commit

Permalink
Changelog for #2791 (ref #2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 5, 2020
1 parent 1c7bd16 commit 48302f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- The PHP 7.4 numeric separator backfill now works correctly for more float formats
- The PHP 7.4 numeric separator backfill is no longer run on PHP versions 7.4.0 or greater
- The PHP 7.4 numeric separator backfill is no longer run on PHP version 7.4.0 or greater
- Added Generic.PHP.DisallowRequestSuperglobal to ban the use of the $_REQUEST superglobal
-- Thanks to Morerice for the contribution
- Fixed bug #2688 : Case statements not tokenized correctly when switch is contained within ternary
Expand All @@ -37,6 +37,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Klaus Purer for the patch
- Fixed bug #2768 : Generic.Files.LineLength false positive for non-breakable strings at exactly the soft limit
-- Thanks to Alex Miles for the patch
- Fixed bug #2791 : PSR12.Functions.NullableTypeDeclaration false positive when ternary operator used with instanceof
-- Thanks to Juliette Reinders Folmer for the patch
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 48302f1

Please sign in to comment.