Skip to content

Commit

Permalink
Preparing for version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 9, 2012
1 parent 9ede4df commit 2e698c3
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-11-02</date>
<time>10:08:00</time>
<date>2012-11-09</date>
<time>13:32:00</time>
<version>
<release>1.4.2</release>
<api>1.4.2</api>
Expand All @@ -32,11 +32,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
- Squiz SelfMemberReferenceSniff now supports namespaces
-- Thanks to Andy Grunwald for the patch
- Squiz FileCommentSniff now uses tags names inside the error codes for many messages
- Squiz FileCommentSniff now uses tag names inside the error codes for many messages
-- This allows you to exclude specific missing, out of order etc., tags
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
-- This will stop errors being reported for lines that contain only whitespace
-- Set the ignoreBlankLines property to true in your ruleset.xml file to enable this
-- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this
- PSR2 no longer reports errors for whitespace at the end of blank lines
- Fixed gitblame report not working on Windows
-- Thanks to Rogerio Prado de Jesus
Expand Down Expand Up @@ -2056,6 +2056,40 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>1.4.2</release>
<api>1.4.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-11-09</date>
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license>
<notes>
- PHP_CodeSniffer can now be installed using Composer
-- Require squizlabs/php_codesniffer in your composer.json file
-- Thanks to Rob Bast, Stephen Rees-Carter, Stefano Kowalke and Ivan Habunek for help with this
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
- Squiz SelfMemberReferenceSniff now supports namespaces
-- Thanks to Andy Grunwald for the patch
- Squiz FileCommentSniff now uses tag names inside the error codes for many messages
-- This allows you to exclude specific missing, out of order etc., tags
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
-- This will stop errors being reported for lines that contain only whitespace
-- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this
- PSR2 no longer reports errors for whitespace at the end of blank lines
- Fixed gitblame report not working on Windows
-- Thanks to Rogerio Prado de Jesus
- Fixed an incorrect error in Squiz OperatorSpacingSniff for default values inside a closure definition
- Fixed bug #19691 : SubversionPropertiesSniff fails to find missing properties
-- Thanks to Kevin Winahradsky for the patch
- Fixed bug #19692 : DisallowMultipleAssignments is triggered by a closure
- Fixed bug #19693 : exclude-patterns no longer work on specific messages
- Fixed bug #19694 : Squiz.PHP.LowercasePHPFunctions incorrectly matches return by ref functions
</notes>
</release>
<release>
<version>
<release>1.4.1</release>
Expand Down

0 comments on commit 2e698c3

Please sign in to comment.