oscarotero/php-cs-fixer-config

My own custom php-cs-fixer config

v2.0.0 2021-11-05 15:06 UTC

This package is auto-updated.

Last update: 2024-07-05 21:19:52 UTC


README

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',
);