From ec2709af434f3aaa25ee7ee735d2e46a2393f8f0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 8 Dec 2023 04:12:13 +0100 Subject: [PATCH] Changelog for #3881 / #128 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2fbfbe2a..6209ee2d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,8 +108,15 @@ The file documents changes to the PHP_CodeSniffer project. - Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Tests using the PHPCS native test framework with multiple test case files will now run the test case files in numeric order. - Thanks to Juliette Reinders Folmer (@jrfnl) for the patch -- Generic/SpreadOperatorSpacingAfter: minor message readability improvement - - Thanks to Juliette Reinders Folmer (@jrfnl) for the patch +- The following sniffs have received minor message readability improvements: + - Generic.Arrays.ArrayIndent + - Generic.Formatting.SpaceAfterCast + - Generic.Formatting.SpaceAfterNot + - Generic.WhiteSpace.SpreadOperatorSpacingAfter + - Squiz.Arrays.ArrayDeclaration + - Squiz.Commenting.DocCommentAlignment + - Squiz.ControlStructures.ControlSignature + - Thanks to Danny van der Sluijs (@DannyvdSluijs) and Juliette Reinders Folmer (@jrfnl) for the patches - Improved README syntax highlighting - Thanks to Benjamin Loison (@Benjamin-Loison) for the patch - Various documentation improvements