@@ -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 >2015-04-29 </date >
18- <time >09:27 :00</time >
17+ <date >2015-06-24 </date >
18+ <time >13:14 :00</time >
1919 <version >
2020 <release >2.3.3</release >
2121 <api >2.3.3</api >
@@ -2351,6 +2351,46 @@ http://pear.php.net/dtd/package-2.0.xsd">
23512351 </filelist >
23522352 </phprelease >
23532353 <changelog >
2354+ <release >
2355+ <version >
2356+ <release >2.3.3</release >
2357+ <api >2.3.3</api >
2358+ </version >
2359+ <stability >
2360+ <release >stable</release >
2361+ <api >stable</api >
2362+ </stability >
2363+ <date >2015-06-24</date >
2364+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2365+ <notes >
2366+ - Improved the performance of the CSS tokenizer, especially on very large CSS files (thousands of lines)
2367+ -- Thanks to Klaus Purer for the patch
2368+ - Defined tokens for lower PHP versions are now phpcs-specific strings instead of ints
2369+ -- Stops conflict with other projects, like PHP_CodeCoverage
2370+ - Added more guard code for syntax errors to various sniffs
2371+ - Improved support for older HHVM versions
2372+ -- Thanks to Kunal Mehta for the patch
2373+ - Squiz ValidLogicalOperatorsSniff now ignores XOR as type casting is different when using the ^ operator (request #567)
2374+ - Squiz CommentedOutCodeSniff is now better at ignoring URLs inside comments
2375+ - Squiz ControlSignatureSniff is now better at checking embedded PHP code
2376+ - Squiz ScopeClosingBraceSniff is now better at checking embedded PHP code
2377+ - Fixed bug #584 : Squiz.Arrays.ArrayDeclaration sniff gives incorrect NoComma error for multiline string values
2378+ - Fixed bug #589 : PEAR.Functions.FunctionCallSignature sniff not checking all function calls
2379+ - Fixed bug #592 : USE statement tokenising can sometimes result in mismatched scopes
2380+ - Fixed bug #594 : Tokenizer issue on closure that returns by reference
2381+ - Fixed bug #595 : Colons in CSS selectors within media queries throw false positives
2382+ -- Thanks to Klaus Purer for the patch
2383+ - Fixed bug #598 : PHPCBF can break function/use closure brace placement
2384+ - Fixed bug #603 : Squiz ControlSignatureSniff hard-codes opener type while fixing
2385+ - Fixed bug #605 : Auto report-width specified in ruleset.xml ignored
2386+ - Fixed bug #611 : Invalid numeric literal on CSS files under PHP7
2387+ - Fixed bug #612 : Multi-file diff generating incorrectly if files do not end with EOL char
2388+ - Fixed bug #615 : Squiz OperatorBracketSniff incorrectly reports and fixes operations using self::
2389+ - Fixed bug #616 : Squiz DisallowComparisonAssignmentSniff inconsistent errors with inline IF statements
2390+ - Fixed bug #617 : Space after switch keyword in PSR-2 is not being enforced
2391+ - Fixed bug #621 : PSR2 SwitchDeclaration sniff doesn't detect, or correctly fix, case body on same line as statement
2392+ </notes >
2393+ </release >
23542394 <release >
23552395 <version >
23562396 <release >2.3.2</release >
0 commit comments