From ef155830a0c12f60e875ef456e04d461b707e88e Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 23 Oct 2018 16:17:41 +1100 Subject: [PATCH] Changelog for #2174 (ref #2172) --- package.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.xml b/package.xml index ce904f3b29..d0bc74a5d3 100644 --- a/package.xml +++ b/package.xml @@ -45,7 +45,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Added new Generic.VersionControl.GitMergeConflict sniff -- Detects merge conflict artifacts left in files -- Thanks to Juliette Reinders Folmer for the contribution + - Added Generic.WhiteSpace.IncrementDecrementSpacing sniff + -- Ensures there is no space between the operator and the variable it applies to + -- Thanks to Juliette Reinders Folmer for the contribution - Generic.CodeAnalysis.UnusedFunctionParameter now only skips functions with empty bodies when the class implements an interface + -- Thanks to Juliette Reinders Folmer for the patch - Generic.CodeAnalysis.UnusedFunctionParameter now has additional error codes to indicate where unused params were found -- The new error code prefixes are: --- FoundInExtendedClass: when the class extends another @@ -396,6 +400,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -650,6 +655,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + +