My own custom PHP CS Fixer config
Create a .php_cs.dist
file with the following code:
<?php
return My\PhpCsFixerConfig::create(
__DIR__.'/src',
__DIR__.'/tests',
'!ignored',
);
My own custom php-cs-fixer config
My own custom PHP CS Fixer config
Create a .php_cs.dist
file with the following code:
<?php
return My\PhpCsFixerConfig::create(
__DIR__.'/src',
__DIR__.'/tests',
'!ignored',
);