PHP Coding Standards Fixer
https://cs.symfony.com/
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (teams) style through configuration.
It can modernize your code (like converting the pow function to the ** operator on PHP 5.6) and (micro) optimize it.
If you are already using a linter to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does not only detect them, but also fixes them for you.
- Developed at server:php:applications
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/php-cs-fixer && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LICENSE | 0000001107 1.08 KB | |
README.rst | 0000073219 71.5 KB | |
php-cs-fixer.changes | 0000000827 827 Bytes | |
php-cs-fixer.keyring | 0000003870 3.78 KB | |
php-cs-fixer.phar | 0001715694 1.64 MB | |
php-cs-fixer.phar.asc | 0000000566 566 Bytes | |
php-cs-fixer.spec | 0000002292 2.24 KB |
Revision 1 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 690695
from
Johannes Weberhofer (weberho)
(revision 1)
- Generalize description and trim rhetoric from it. - Cleaned up spec - Fixed download links - Update to release 2.14.2 * minor #4306 DX: Drop HHVM conflict on Composer level to help Composer with HHVM compatibility, we still prevent HHVM on runtime (keradus) - Initial release 2.14.1
Comments 0