[ANNOUNCEMENT] PHP_CodeSniffer-2.9.1 (stable) Released.
[email protected] ("PEAR Announce") Sun, 21 May 2017 23:04:36 -0400 (EDT)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package PHP_CodeSniffer-2.9.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- Fixed bug #1442 : T_NULLABLE detection not working for nullable parameters and return type hints in some cases
- Fixed bug #1448 : Generic.Classes.OpeningBraceSameLine doesn't detect comment before opening brace
-- Thanks to Juliette Reinders Folmer for the patch
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/2.9.1
Download: http://download.pear.php.net/package/PHP_CodeSniffer-2.9.1.tgz
Authors
-------
Greg Sherwood (lead)