Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Aug 8, 2013
1 parent 5e7ad20 commit 1454a0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ 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>
- Added support for the PHP 5.4 callable type hint
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
-- Thanks to Szabolcs Sulik for the patch
- PEAR MultiLineAssignmentSniff now has a setting to specify how many spaces code should be indented
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
-- Thanks to Szabolcs Sulik for the patch
- PEAR FunctionDeclarationSniff now has a setting to specify how many spaces code should be indented
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
-- Thanks to Szabolcs Sulik for the patch
- Squiz SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
-- Thanks to Szabolcs Sulik for the patch
- Fixed bug #20026 : Check for multi-line arrays that should be single-line is slightly wrong
-- Adds new error message for single-line arrays that end with a comma
- Fixed bug #20029 : ForbiddenFunction sniff incorrectly recognizes methods in USE clauses
Expand Down

0 comments on commit 1454a0a

Please sign in to comment.