diff --git a/friendsofphp/php-cs-fixer/2.17/.php_cs.dist b/friendsofphp/php-cs-fixer/2.17/.php_cs.dist new file mode 100644 index 00000000..3788194c --- /dev/null +++ b/friendsofphp/php-cs-fixer/2.17/.php_cs.dist @@ -0,0 +1,13 @@ +in(__DIR__) + ->exclude('var') +; + +return (new PhpCsFixer\Config()) + ->setRules([ + '@Symfony' => true, + ]) + ->setFinder($finder) +; diff --git a/friendsofphp/php-cs-fixer/2.17/manifest.json b/friendsofphp/php-cs-fixer/2.17/manifest.json new file mode 100644 index 00000000..56096a3a --- /dev/null +++ b/friendsofphp/php-cs-fixer/2.17/manifest.json @@ -0,0 +1,10 @@ +{ + "aliases": ["cs-fixer", "php-cs-fixer"], + "copy-from-recipe": { + ".php_cs.dist": ".php_cs.dist" + }, + "gitignore": [ + "/.php_cs", + "/.php_cs.cache" + ] +}