From 8a868a8ae6c506eb4cccd62e5eb886166b581de4 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 17 Dec 2022 22:27:18 +0100 Subject: [PATCH] CI not allow symlink so we make a copy --- php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 120000 => 100644 php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php 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) +;