[ANNOUNCEMENT] PHP_CodeSniffer-3.0.0RC4 (beta) Released.
[email protected] ("PEAR Announce") Wed, 1 Mar 2017 17:45:06 -0500 (EST)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package PHP_CodeSniffer-3.0.0RC4 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- The indent property of PEAR.Classes.ClassDeclaration has been removed
-- Instead of calculating the indent of the brace, it just ensures the brace is aligned with the class keyword
-- Other sniffs can be used to ensure the class itself is indented correctly
- Invalid exclude rules inside a ruleset.xml file are now ignored instead of potentially causing out of memory errors
-- Using the -vv command line argument now also shows the invalid exclude rule as XML
- Includes all changes from the 2.8.1 release
- Fixed bug #1333 : The new autoloader breaks some frameworks with custom autoloaders
- Fixed bug #1334 : Undefined offset when explaining standard with custom sniffs
Package Info
------------
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Related Links
-------------
Package home: http://pear.php.net/package/PHP_CodeSniffer
Changelog: http://pear.php.net/package/PHP_CodeSniffer/download/3.0.0RC4
Download: http://download.pear.php.net/package/PHP_CodeSniffer-3.0.0RC4.tgz
Authors
-------
Greg Sherwood (lead)