From d2574b9185cdde7185132647d0c9121da3e59f90 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 27 May 2021 16:21:27 +1000 Subject: [PATCH] Changelog for #3345 (ref #3347) --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 32a563cdbe..ecd920dfa5 100644 --- a/package.xml +++ b/package.xml @@ -61,6 +61,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3342 : PSR12/Squiz/PEAR standards all error on promoted properties with docblocks -- Thanks to Juliette Reinders Folmer for the patch + - Fixed bug #3345 : IF statement with no braces and double catch turned into syntax error by auto-fixer + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3352 : PSR2.ControlStructures.SwitchDeclaration can remove comments on the same line as the case statement while fixing -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3357 : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present