@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414 <email >gsherwood@squiz.net</email >
1515 <active >yes</active >
1616 </lead >
17- <date >2012-11-02 </date >
18- <time >10:08 :00</time >
17+ <date >2012-11-09 </date >
18+ <time >13:32 :00</time >
1919 <version >
2020 <release >1.4.2</release >
2121 <api >1.4.2</api >
@@ -32,11 +32,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232 - Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
3333 - Squiz SelfMemberReferenceSniff now supports namespaces
3434 -- Thanks to Andy Grunwald for the patch
35- - Squiz FileCommentSniff now uses tags names inside the error codes for many messages
35+ - Squiz FileCommentSniff now uses tag names inside the error codes for many messages
3636 -- This allows you to exclude specific missing, out of order etc., tags
3737 - Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
3838 -- This will stop errors being reported for lines that contain only whitespace
39- -- Set the ignoreBlankLines property to true in your ruleset.xml file to enable this
39+ -- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this
4040 - PSR2 no longer reports errors for whitespace at the end of blank lines
4141 - Fixed gitblame report not working on Windows
4242 -- Thanks to Rogerio Prado de Jesus
@@ -2056,6 +2056,40 @@ http://pear.php.net/dtd/package-2.0.xsd">
20562056 </filelist >
20572057 </phprelease >
20582058 <changelog >
2059+ <release >
2060+ <version >
2061+ <release >1.4.2</release >
2062+ <api >1.4.2</api >
2063+ </version >
2064+ <stability >
2065+ <release >stable</release >
2066+ <api >stable</api >
2067+ </stability >
2068+ <date >2012-11-09</date >
2069+ <license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
2070+ <notes >
2071+ - PHP_CodeSniffer can now be installed using Composer
2072+ -- Require squizlabs/php_codesniffer in your composer.json file
2073+ -- Thanks to Rob Bast, Stephen Rees-Carter, Stefano Kowalke and Ivan Habunek for help with this
2074+ - Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
2075+ - Squiz SelfMemberReferenceSniff now supports namespaces
2076+ -- Thanks to Andy Grunwald for the patch
2077+ - Squiz FileCommentSniff now uses tag names inside the error codes for many messages
2078+ -- This allows you to exclude specific missing, out of order etc., tags
2079+ - Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
2080+ -- This will stop errors being reported for lines that contain only whitespace
2081+ -- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this
2082+ - PSR2 no longer reports errors for whitespace at the end of blank lines
2083+ - Fixed gitblame report not working on Windows
2084+ -- Thanks to Rogerio Prado de Jesus
2085+ - Fixed an incorrect error in Squiz OperatorSpacingSniff for default values inside a closure definition
2086+ - Fixed bug #19691 : SubversionPropertiesSniff fails to find missing properties
2087+ -- Thanks to Kevin Winahradsky for the patch
2088+ - Fixed bug #19692 : DisallowMultipleAssignments is triggered by a closure
2089+ - Fixed bug #19693 : exclude-patterns no longer work on specific messages
2090+ - Fixed bug #19694 : Squiz.PHP.LowercasePHPFunctions incorrectly matches return by ref functions
2091+ </notes >
2092+ </release >
20592093 <release >
20602094 <version >
20612095 <release >1.4.1</release >
0 commit comments