From d9daecfd6fc24bad26e72a18abc213747d95cddc Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 14 Jan 2019 15:29:05 +1100 Subject: [PATCH] Changelog for #2282 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 49becbdbe5..66a6afd09e 100644 --- a/package.xml +++ b/package.xml @@ -32,6 +32,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- The Generic.WhiteSpace.LanguageConstructSpacing sniff was not previously available for PEAR installs -- Thanks to Juliette Reinders Folmer for the patch + - The PSR2 standard no longer throws duplicate errors for spacing around FOR loop parentheses + -- Thanks to Juliette Reinders Folmer for the patch - T_PHPCS_SET tokens now contain sniffCode, sniffProperty, and sniffPropertyValue indexes -- Sniffs can use this information instead of having to parse the token content manually - Generic.Files.LineEndings no longer adds superfluous new line at the end of JS and CSS files