[ANNOUNCEMENT] PHP_CodeSniffer-3.0.0RC2 (beta) Released.

[email protected] ("PEAR Announce") Tue, 29 Nov 2016 23:34:24 -0500 (EST)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package PHP_CodeSniffer-3.0.0RC2 (beta) has been released at http://pear.php.net/.

Release notes
-------------
- Fixed an undefined var name error that could be produced while running PHPCBF
- Made the Runner class easier to use with wrapper scripts
- Full usage information is no longer printed when a usage error is encountered (request #1186)
  -- Makes it a lot easier to find and read the error message that was printed
- Includes all changes from the 2.7.1 release
- Fixed bug #1167 : 3.0.0RC1 PHAR does not work with PEAR standard
- Fixed bug #1208 : Excluding files doesn't work when using STDIN with a filename specified

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.0RC2
    Download: http://download.pear.php.net/package/PHP_CodeSniffer-3.0.0RC2.tgz

Authors
-------
Greg Sherwood (lead)