From c2494e3f0e3a3abac7b069f514fa0f8d35d33aee Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 9 Jan 2020 08:56:06 +1100 Subject: [PATCH] Changelog for #2730 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 5a4fa71992..3d1d850975 100644 --- a/package.xml +++ b/package.xml @@ -49,6 +49,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #2688 : Case statements not tokenized correctly when switch is contained within ternary - Fixed bug #2698 : PHPCS throws errors determining auto report width when shell_exec is disabled -- Thanks to Matthew Peveler for the patch + - Fixed bug #2730 : PSR12.ControlStructures.ControlStructureSpacing does not ignore comments between conditions + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #2748 : Wrong end of statement for fn closures -- Thanks to MichaƂ Bundyra for the patch - Fixed bug #2751 : Autoload relative paths first to avoid confusion with files from the global include path