yalesov / php-cs-fixer
Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)
v2.1.2
2016-07-06 12:24 UTC
This package is not auto-updated.
Last update: 2024-11-09 20:22:55 UTC
README
Enable loading of the PHAR file of PHP CS Fixer through composer.
Usage
composer.json
:
{ "require": { "yalesov/php-cs-fixer": "2.*" } }
PHP CS Fixer will be located at vendor/yalesov/php-cs-fixer/php-cs-fixer.phar
.