@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14
14
15
15
<active >yes</active >
16
16
</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 >
19
19
<version >
20
20
<release >1.4.2</release >
21
21
<api >1.4.2</api >
@@ -32,11 +32,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
32
32
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
33
33
- Squiz SelfMemberReferenceSniff now supports namespaces
34
34
-- 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
36
36
-- This allows you to exclude specific missing, out of order etc., tags
37
37
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
38
38
-- 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
40
40
- PSR2 no longer reports errors for whitespace at the end of blank lines
41
41
- Fixed gitblame report not working on Windows
42
42
-- Thanks to Rogerio Prado de Jesus
@@ -2056,6 +2056,40 @@ http://pear.php.net/dtd/package-2.0.xsd">
2056
2056
</filelist >
2057
2057
</phprelease >
2058
2058
<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 >
2059
2093
<release >
2060
2094
<version >
2061
2095
<release >1.4.1</release >
0 commit comments