| » Version | » Information |
|---|---|
| 2009-08-17 stable |
|
| 2009-07-07 beta |
|
| 2009-05-25 beta |
|
| 2009-03-09 beta |
|
| 2008-12-18 alpha |
|
| 2008-07-14 stable |
|
| 2008-07-03 beta |
|
| 2008-06-13 beta |
|
| 2008-05-12 beta |
|
| 2008-04-20 alpha |
|
| 2008-02-03 stable |
|
| 2007-12-20 stable |
|
| 1.0.0RC3 |
Release date: 2007-11-29 22:09 UTC Release state: beta Changelog: - Added new command line argument --tab-width that will convert tabs to spaces before testing -- This allows you to use the existing sniffs that check for spaces even when you use tabs -- Can also be set via a config var: phpcs --config-set tab_width 4 -- A value of zero (the default) tells PHP_CodeSniffer not to replace tabs with spaces - You can now change the default report format from "full" to something else -- Run: phpcs --config-set report_format [format] - Improved performance by optimising the way the scope map is created during tokenising - Added new Squiz DisallowInlineIfSniff to disallow the usage of inline IF statements - Fixed incorrect errors being thrown for nested switches in Squiz SwitchDeclarationSniff - PEAR FunctionCommentSniff no longer complains about missing comments for @throws tags - PEAR FunctionCommentSniff now throws error for missing exception class name for @throws tags - PHP_CodeSniffer_File::isReference() now correctly returns for functions that return references - Generic LineLengthSniff no longer warns about @version lines with CVS or SVN id tags - Generic LineLengthSniff no longer warns about @license lines with long URLs - Squiz FunctionCommentThrowTagSniff no longer complains about throwing variables - Squiz ComparisonOperatorUsageSniff no longer throws incorrect errors for inline IF statements - Squiz DisllowMultipleAssignmentsSniff no longer throws errors for assignments in inline IF statements - Fixed bug #12455 : CodeSniffer treats content inside heredoc as PHP code - Fixed bug #12471 : Checkstyle report is broken - Fixed bug #12476 : PHP4 destructors are reported as error - Fixed bug #12513 : Checkstyle XML messages need to be utf8_encode()d -- Thanks to Sebastian Bergmann for the patch. - Fixed bug #12517 : getNewlineAfter() and dos files Dependencies:
|
| 2007-11-13 beta |
|
| 2007-10-31 beta |
|
| 2007-09-24 beta |
|
| 2007-08-08 beta |
|
| 2007-07-01 beta |
|
| 2007-05-14 beta |
|
| 2007-04-16 beta |
|
| 2007-02-18 beta |
|
| 2007-01-11 beta |
|
| 2006-10-12 alpha |
|
| 2006-09-25 alpha |
|
| 2006-09-18 alpha |
|
| 2006-09-18 alpha |