Fabien Potencier is announcing that PHP Coding Standards Fixer with version number 1.9.2 is already available to download.
What is PHP Coding Standards Fixer ?
PHP Coding Standards Fixer is A programming utility for fixing PHP syntax based on known coding standards, scanning and trying to automatically solve source code issues .
It works by analyzing a piece of PHP code and comparing it to the PSR-1 and PSR-2 coding standards.Based on the got results, it then tries to fix the code to comply as much as possible to the desired standard.Preset configs are provided for default PHP projects, Magento, and Symfony (2.x).Fixes:IndentationEmpty linesTrailing spacesProper line endingsProper end of file endingsDeclaring visibilityRemoves unused statementsAdds new lines where neededShort tag proper usageOpening and closing bracesElse if statementsControl spacesAligns phpDoc tags
This is changelog for PHP Coding Standards Fixer version 1.9.2 :
- New feature:
- Added UnalignEqualsFixer
- Added UnalignDoubleArrowFixer
You can read the complete changelog and also download this latest version on their homepage:
cs.sensiolabs.org