From bb50f790f17a431f8cf294274081a723bf376878 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 15 Jan 2020 09:43:20 +1100 Subject: [PATCH] Changelog for #2790 (ref #2799) --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 365c911a97..df5acb298b 100644 --- a/package.xml +++ b/package.xml @@ -63,6 +63,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - 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 #2773 : PSR2.Methods.FunctionCallSignature false positive when arrow function has array return type + - Fixed bug #2790 : PSR12.Traits.UseDeclaration ignores block comments + -- Thanks to Vincent Langlet 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 - Fixed bug #2802 : Can't specify a report file path using the tilde shortcut