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">
27
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
28
<notes>
29
29
- 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
31
31
- Added Generic.PHP.DisallowRequestSuperglobal to ban the use of the $_REQUEST superglobal
32
32
-- Thanks to Morerice for the contribution
33
33
- 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">
37
37
-- Thanks to Klaus Purer for the patch
38
38
- Fixed bug #2768 : Generic.Files.LineLength false positive for non-breakable strings at exactly the soft limit
39
39
-- 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
40
42
</notes>
41
43
<contents>
42
44
<dir name="/">
You can’t perform that action at this time.
0 commit comments