Skip to content

Commit

Permalink
Unit test and changelog for PR 188
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 20, 2014
1 parent 7855701 commit 1bede0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function getErrorList()
14 => 2,
26 => 2,
27 => 2,
31 => 1,
41 => 2,
43 => 2,
);
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Improved detection of nested IF statements that use the alternate IF/ENDIF syntax
- PSR2 ControlStructureSpacingSniff now allows newlines before/after parentheses
- Fixed bug #20200 : Invalid JSON produced with specific error message
- Fixed bug #20204 : Ruleset exclude checks are case sensitive
</notes>
Expand Down

0 comments on commit 1bede0a

Please sign in to comment.