oscarotero / php-cs-fixer-config
My own custom php-cs-fixer config
Installs: 9 749
Dependents: 57
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- friendsofphp/php-cs-fixer: ^3.2
This package is auto-updated.
Last update: 2024-10-05 21:54:27 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', );