diff --git a/.php_cs b/.php_cs index 8d3b7d8..f34252f 100644 --- a/.php_cs +++ b/.php_cs @@ -1,11 +1,6 @@ finder(Symfony\CS\Finder\DefaultFinder::create() - ->notName('LICENSE') - ->notName('README.md') - ->notName('composer.*') - ->notName('phpunit.xml.*') - ->notName('*.phar') - ->exclude('vendor') - ->in(__DIR__) -); +$config = new Symfony\CS\Config\Config(); +$config->getFinder()->exclude('bin'); + +return $config;