@@ -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 >2011-12-01 </date >
18- <time >15:17 :00</time >
17+ <date >2012-02-17 </date >
18+ <time >13:03 :00</time >
1919 <version >
2020 <release >1.3.3</release >
2121 <api >1.3.3</api >
@@ -1864,6 +1864,43 @@ http://pear.php.net/dtd/package-2.0.xsd">
18641864 </filelist >
18651865 </phprelease >
18661866 <changelog >
1867+ <release >
1868+ <version >
1869+ <release >1.3.3</release >
1870+ <api >1.3.3</api >
1871+ </version >
1872+ <stability >
1873+ <release >stable</release >
1874+ <api >stable</api >
1875+ </stability >
1876+ <date >2012-02-17</date >
1877+ <license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
1878+ <notes >
1879+ - Added new Generic FixmeSniff that shows error messages for all FIXME comments left in your code
1880+ -- Thanks to Sam Graham for the contribution
1881+ - The maxPercentage setting in the Squiz CommentedOutCodeSniff can now be overriden in a rulset.xml file
1882+ -- Thanks to Volker Dusch for the patch
1883+ - The Checkstyle and XML reports now use XMLWriter
1884+ -- Only change in output is that empty file tags are no longer produced for files with no violations
1885+ -- Thanks to Sebastian Bergmann for the patch
1886+ - Added PHP_CodeSniffer_Tokens::$bracketTokens to give sniff writers fast access to open and close bracket tokens
1887+ - Fixed an issue in AbstractPatternSniff where EOL tokens were not being correctly checked in some cases
1888+ - Fixed bug #19114 : CodeSniffer checks extension even for single file
1889+ - Fixed bug #19171 : Show sniff codes option is ignored by some report types
1890+ -- Thanks to Dominic Scheirlinck for the patch
1891+ - Fixed bug #19188 : Lots of PHP Notices when analyzing the Symfony framework
1892+ -- First issue was list-style.. lines in CSS files not properly adjusting open/close bracket positions
1893+ -- Second issue was notices caused by bug #19137
1894+ - Fixed bug #19208 : UpperCaseConstantName reports class members
1895+ -- Was also a problem with LowerCaseConstantName as well
1896+ - Fixed bug #19256 : T_DOC_COMMENT in CSS files breaks ClassDefinitionNameSpacingSniff
1897+ -- Thanks to Klaus Purer for the patch
1898+ - Fixed bug #19264 : Squiz.PHP.NonExecutableCode does not handle RETURN in CASE without BREAK
1899+ - Fixed bug #19270 : DuplicateClassName does not handle namespaces correctly
1900+ - Fixed bug #19283 : CSS @media rules cause false positives
1901+ -- Thanks to Klaus Purer for the patch
1902+ </notes >
1903+ </release >
18671904 <release >
18681905 <version >
18691906 <release >1.3.2</release >
0 commit comments