From 7f5df0848df16d55f21412e6c268c30f395867f4 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 14 Jan 2021 08:47:18 +1100 Subject: [PATCH] Changelog for #3163 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index b081eb36a7..e6eca0b0e3 100644 --- a/package.xml +++ b/package.xml @@ -73,6 +73,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #2992 : Enabling caching using a ruleset produces invalid cache files when using --sniffs and --exclude CLI args - Fixed bug #3145 : Autoloading of sniff fails when multiple classes declared in same file - Fixed bug #3157 : PSR2.ControlStructures.SwitchDeclaration.BreakIndent false positive when case keyword is not indented + - Fixed bug #3163 : Undefined index error with pre-commit hook using husky on PHP 7.4 + -- Thanks to Ismo Vuorinen for the patch - Fixed bug #3165 : Squiz.PHP.DisallowComparisonAssignment false positive when comparison inside closure - Fixed bug #3167 : Generic.WhiteSpace.ScopeIndent false positive when using PHP 8.0 constructor property promotion - Fixed bug #3170 : Squiz.WhiteSpace.OperatorSpacing false positive when using negation with string concat