diff --git a/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php deleted file mode 120000 index d3bc4607..00000000 --- a/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php +++ /dev/null @@ -1 +0,0 @@ -../../../friendsofphp/php-cs-fixer/3.0/.php-cs-fixer.dist.php \ No newline at end of file diff --git a/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php new file mode 100644 index 00000000..3788194c --- /dev/null +++ b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php @@ -0,0 +1,13 @@ +in(__DIR__) + ->exclude('var') +; + +return (new PhpCsFixer\Config()) + ->setRules([ + '@Symfony' => true, + ]) + ->setFinder($finder) +;