@@ -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 >2015-04-29 </date >
18
- <time >09:27 :00</time >
17
+ <date >2015-06-24 </date >
18
+ <time >13:14 :00</time >
19
19
<version >
20
20
<release >2.3.3</release >
21
21
<api >2.3.3</api >
@@ -2351,6 +2351,46 @@ http://pear.php.net/dtd/package-2.0.xsd">
2351
2351
</filelist >
2352
2352
</phprelease >
2353
2353
<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 >
2354
2394
<release >
2355
2395
<version >
2356
2396
<release >2.3.2</release >
0 commit comments