Install the package via composer:
composer require ixocreate/coding-standard
vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php-cs-fixer.php
For convenience added as composer.json
script:
{
"scripts": {
"fix-cs": "vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php_cs"
}
}
composer fix-cs
Learn more about IXOCREATE by reading its Documentation.
Please see CHANGELOG for more information on what has changed recently.
If you discover security vulnerabilities, please address issues directly to opensource@ixocreate.com via e-mail.
The MIT License (MIT). Please see LICENSE for more information.