Skip to content

Commit 48302f1

Browse files
committed
Changelog for #2791 (ref #2794)
1 parent 1c7bd16 commit 48302f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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="/">

0 commit comments

Comments
 (0)