.php_cs - simplify
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return Symfony\CS\Config\Config::create()->finder(Symfony\CS\Finder\DefaultFinder::create()
|
$config = new Symfony\CS\Config\Config();
|
||||||
->notName('LICENSE')
|
$config->getFinder()->exclude('bin');
|
||||||
->notName('README.md')
|
|
||||||
->notName('composer.*')
|
return $config;
|
||||||
->notName('phpunit.xml.*')
|
|
||||||
->notName('*.phar')
|
|
||||||
->exclude('vendor')
|
|
||||||
->in(__DIR__)
|
|
||||||
);
|
|
||||||
|
|||||||
Reference in New Issue
Block a user