File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727 <license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828 <notes>
2929 - The PHP 7.4 numeric separator backfill now works correctly for more float formats
30- - The PHP 7.4 numeric separator backfill is no longer run on PHP versions 7.4.0 or greater
30+ - The PHP 7.4 numeric separator backfill is no longer run on PHP version 7.4.0 or greater
3131 - Added Generic.PHP.DisallowRequestSuperglobal to ban the use of the $_REQUEST superglobal
3232 -- Thanks to Morerice for the contribution
3333 - Fixed bug #2688 : Case statements not tokenized correctly when switch is contained within ternary
@@ -37,6 +37,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
3737 -- Thanks to Klaus Purer for the patch
3838 - Fixed bug #2768 : Generic.Files.LineLength false positive for non-breakable strings at exactly the soft limit
3939 -- Thanks to Alex Miles for the patch
40+ - Fixed bug #2791 : PSR12.Functions.NullableTypeDeclaration false positive when ternary operator used with instanceof
41+ -- Thanks to Juliette Reinders Folmer for the patch
4042 </notes>
4143 <contents>
4244 <dir name="/">
You can’t perform that action at this time.
0 commit comments