oscarotero / php-cs-fixer-config
My own custom php-cs-fixer config
Installs: 11 330
Dependents: 61
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- friendsofphp/php-cs-fixer: ^3
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', );