Skip to content

Commit

Permalink
Changelog for #1891
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 11, 2018
1 parent f147caf commit fd661db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Fixed bug #1867 : Cant use phpcs:ignore where the next line is HTML
- Fixed bug #1870 : Invalid warning in multiple assignments alignment with closure or anon class
- Fixed bug #1890 : Incorrect Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose error between catch and finally statements
- Fixed bug #1891 : Comment on last USE statement causes false positive for PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse
-- Thanks to Matt Coleman for the patch
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -999,6 +1001,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file baseinstalldir="PHP/CodeSniffer" name="UseDeclarationUnitTest.6.inc" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="UseDeclarationUnitTest.7.inc" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="UseDeclarationUnitTest.php" role="test" />
<file baseinstalldir="PHP/CodeSniffer" name="UseDeclarationUnitTest.8.inc" role="test" />
</dir>
</dir>
<file baseinstalldir="PHP/CodeSniffer" name="ruleset.xml" role="php" />
Expand Down

0 comments on commit fd661db

Please sign in to comment.