CI not allow symlink so we make a copy

This commit is contained in:
Alexander Schranz
2022-12-17 22:27:18 +01:00
parent 77ccabf37d
commit 8a868a8ae6
@@ -1 +0,0 @@
../../../friendsofphp/php-cs-fixer/3.0/.php-cs-fixer.dist.php
@@ -0,0 +1,13 @@
<?php
$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
->exclude('var')
;
return (new PhpCsFixer\Config())
->setRules([
'@Symfony' => true,
])
->setFinder($finder)
;