Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-cs-fixer - A tool to automatically fix PHP code style

Website:
https://github.com/FriendsOfPHP/PHP-CS-Fixer
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The PHP Coding Standards Fixer tool fixes most issues in your code when you
want to follow the PHP coding standards as defined in the PSR-1 and PSR-2
documents and many more.

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.

Packages

php-cs-fixer-2.16.7-1.el6.remi.noarch [408 KiB] Changelog by Remi Collet (2020-10-28):
- update to 2.16.7
- raise dependency on composer/semver v3
php-cs-fixer-2.16.4-3.el6.remi.noarch [414 KiB] Changelog by Remi Collet (2020-10-26):
- raise dependency on PHP 7.2
- drop dependency on symfony-polyfill