@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active >yes</active >
1616 </lead >
17- <date >2015-06-24 </date >
18- <time >13:14 :00</time >
17+ <date >2015-09-09 </date >
18+ <time >10:15 :00</time >
1919 <version >
2020 <release >2.3.4</release >
2121 <api >2.3.4</api >
@@ -2358,6 +2358,51 @@ http://pear.php.net/dtd/package-2.0.xsd">
23582358 </filelist >
23592359 </phprelease >
23602360 <changelog >
2361+ <release >
2362+ <version >
2363+ <release >2.3.4</release >
2364+ <api >2.3.4</api >
2365+ </version >
2366+ <stability >
2367+ <release >stable</release >
2368+ <api >stable</api >
2369+ </stability >
2370+ <date >2015-09-09</date >
2371+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2372+ <notes >
2373+ - JSON report format now includes the fixable status for each error message and the total number of fixable errors
2374+ - Added more guard code for function declarations with syntax errors
2375+ - Added tokenizer support for the PHP declare construct
2376+ -- Thanks to Andy Blyler for the patch
2377+ - Generic UnnecessaryStringConcatSniff can now allow strings concatenated over multiple lines
2378+ -- Set the allowMultiline property to TRUE (default is FALSE) in your ruleset.xml file to enable this
2379+ -- By default, concat used only for getting around line length limits still generates an error
2380+ -- Thanks to Stefan Lenselink for the contribution
2381+ - Invalid byte sequences no longer throw iconv_strlen() errors (request #639)
2382+ -- Thanks to Willem Stuursma for the patch
2383+ - Generic TodoSniff and FixmeSniff are now better at processing strings with invalid characters
2384+ - PEAR FunctionCallSignatureSniff now ignores indentation of inline HTML content
2385+ - Squiz ControlSignatureSniff now supports control structures with only inline HTML content
2386+ - Fixed bug #636 : Some class names cause CSS tokenizer to hang
2387+ - Fixed bug #638 : VCS blame reports output error content from the blame commands for files not under VC
2388+ - Fixed bug #642 : Method params incorrectly detected when default value uses short array syntax
2389+ -- Thanks to Josh Davis for the patch
2390+ - Fixed bug #644 : PEAR ScopeClosingBrace sniff does not work with mixed HTML/PHP
2391+ - Fixed bug #645 : FunctionSignature and ScopeIndent sniffs don't detect indents correctly when PHP open tag is not on a line by itself
2392+ - Fixed bug #648 : Namespace not tokenized correctly when followed by multiple use statements
2393+ - Fixed bug #654 : Comments affect indent check for BSDAllman brace style
2394+ - Fixed bug #658 : Squiz.Functions.FunctionDeclarationSpacing error for multi-line declarations with required spaces greater than zero
2395+ -- Thanks to J.D. Grimes for the patch
2396+ - Fixed bug #663 : No space after class name generates: Class name "" is not in camel caps format
2397+ - Fixed bug #667 : Scope indent check can go into infinite loop due to some parse errors
2398+ - Fixed bug #670 : Endless loop in PSR1 SideEffects sniffer if no semicolon after last statement
2399+ -- Thanks to Thomas Jarosch for the patch
2400+ - Fixed bug #672 : Call-time pass-by-reference false positive
2401+ - Fixed bug #683 : Comments are incorrectly reported by PSR2.ControlStructures.SwitchDeclaration sniff
2402+ - Fixed bug #687 : ScopeIndent does not check indent correctly for method prefixes like public and abstract
2403+ - Fixed bug #689 : False error on some comments after class closing brace
2404+ </notes >
2405+ </release >
23612406 <release >
23622407 <version >
23632408 <release >2.3.3</release >
0 commit comments