Skip to content

Commit

Permalink
Changelog for #2174 (ref #2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 23, 2018
1 parent 867dba5 commit ef15583
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -396,6 +400,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file baseinstalldir="PHP/CodeSniffer" name="ArbitraryParenthesesSpacingSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="DisallowSpaceIndentSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="DisallowTabIndentSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="ScopeIndentSniff.php" role="php" />
</dir>
</dir>
Expand Down Expand Up @@ -650,6 +655,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file baseinstalldir="PHP/CodeSniffer" name="DisallowTabIndentUnitTest.js" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="DisallowTabIndentUnitTest.js.fixed" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="DisallowTabIndentUnitTest.php" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingUnitTest.inc" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingUnitTest.inc.fixed" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingUnitTest.js" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingUnitTest.js.fixed" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="IncrementDecrementSpacingUnitTest.php" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="ScopeIndentUnitTest.1.inc" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="ScopeIndentUnitTest.1.inc.fixed" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="ScopeIndentUnitTest.1.js" role="test" />
Expand Down

0 comments on commit ef15583

Please sign in to comment.