From 48302f1e1570698bc7074e93fee0d39cbd818080 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 6 Jan 2020 09:12:25 +1100 Subject: [PATCH] Changelog for #2791 (ref #2794) --- package.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index cb2c45f69b..aa4f705337 100644 --- a/package.xml +++ b/package.xml @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License - 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 @@ -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