.php_cs - simplify
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<?php
|
||||
|
||||
return Symfony\CS\Config\Config::create()->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;
|
||||
|
||||
Reference in New Issue
Block a user