oscarotero/php-cs-fixer-config

My own custom php-cs-fixer config


Keywords
php, config, code-style, configuration, php-cs-fixer
License
MIT

Documentation

php-cs-fixer-config

My own custom PHP CS Fixer config

Usage

Create a .php_cs.dist file with the following code:

<?php

return My\PhpCsFixerConfig::create(
    __DIR__.'/src',
    __DIR__.'/tests',
    '!ignored',
);