@@ -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 >2013-09 -26</date >
18
- <time >09:41 :00</time >
17
+ <date >2013-11 -26</date >
18
+ <time >09:03 :00</time >
19
19
<version >
20
20
<release >1.4.8</release >
21
21
<api >1.4.8</api >
@@ -2348,6 +2348,39 @@ http://pear.php.net/dtd/package-2.0.xsd">
2348
2348
</filelist >
2349
2349
</phprelease >
2350
2350
<changelog >
2351
+ <release >
2352
+ <version >
2353
+ <release >1.4.8</release >
2354
+ <api >1.4.8</api >
2355
+ </version >
2356
+ <stability >
2357
+ <release >stable</release >
2358
+ <api >stable</api >
2359
+ </stability >
2360
+ <date >2013-11-26</date >
2361
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2362
+ <notes >
2363
+ - Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files
2364
+ -- E.g., to ignore comments, override a property using:
2365
+ -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"
2366
+ - PSR2 standard now ignores comments when checking indentation rules
2367
+ - Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator
2368
+ -- Thanks to Antoine Musso for the patch
2369
+ - Comment parser now supports non-English characters when splitting comment lines into words
2370
+ -- Thanks to Nik Sun for the patch
2371
+ - Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
2372
+ -- Thanks to Maksim Kochkin for the patch
2373
+ - PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
2374
+ -- Missing values will be set to the CLI defaults
2375
+ -- Thanks to Maksim Kochkin for the patch
2376
+ - Fixed bug #20097 : CLI.php throws error in php 5.2
2377
+ - Fixed bug #20100 : incorrect Function mysql() has been deprecated report
2378
+ - Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
2379
+ - Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
2380
+ - Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
2381
+ - Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag
2382
+ </notes >
2383
+ </release >
2351
2384
<release >
2352
2385
<version >
2353
2386
<release >1.4.7</release >
0 commit comments