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-03-05 20:39:42 UTC


README

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