@@ -39,10 +39,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
39
39
- Comment parser now supports non-English characters when splitting comment lines into words
40
40
-- Thanks to Nik Sun for the patch
41
41
- Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
42
+ -- Thanks to Maksim Kochkin for the patch
43
+ - PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
44
+ -- Missing values will be set to the CLI defaults
45
+ -- Thanks to Maksim Kochkin for the patch
42
46
- Fixed bug #20093 : Bug with ternary operator token
43
47
- Fixed bug #20097 : CLI.php throws error in php 5.2
44
48
- Fixed bug #20100 : incorrect Function mysql() has been deprecated report
49
+ - Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
45
50
- Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
51
+ - Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
52
+ - Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag
46
53
</notes >
47
54
<contents >
48
55
<dir name =" /" >
@@ -2458,6 +2465,39 @@ http://pear.php.net/dtd/package-2.0.xsd">
2458
2465
- Multi-file sniff support has been removed because they are too memory intensive
2459
2466
-- If you have a custom multi-file sniff, you can convert it into a standard sniff quite easily
2460
2467
-- See CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php for an example
2468
+ </notes >
2469
+ </release >
2470
+ <release >
2471
+ <version >
2472
+ <release >1.4.8</release >
2473
+ <api >1.4.8</api >
2474
+ </version >
2475
+ <stability >
2476
+ <release >stable</release >
2477
+ <api >stable</api >
2478
+ </stability >
2479
+ <date >2013-11-26</date >
2480
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2481
+ <notes >
2482
+ - Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files
2483
+ -- E.g., to ignore comments, override a property using:
2484
+ -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"
2485
+ - PSR2 standard now ignores comments when checking indentation rules
2486
+ - Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator
2487
+ -- Thanks to Antoine Musso for the patch
2488
+ - Comment parser now supports non-English characters when splitting comment lines into words
2489
+ -- Thanks to Nik Sun for the patch
2490
+ - Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
2491
+ -- Thanks to Maksim Kochkin for the patch
2492
+ - PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
2493
+ -- Missing values will be set to the CLI defaults
2494
+ -- Thanks to Maksim Kochkin for the patch
2495
+ - Fixed bug #20097 : CLI.php throws error in php 5.2
2496
+ - Fixed bug #20100 : incorrect Function mysql() has been deprecated report
2497
+ - Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
2498
+ - Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
2499
+ - Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
2500
+ - Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag
2461
2501
</notes >
2462
2502
</release >
2463
2503
<release >
0 commit comments