mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
CI not allow symlink so we make a copy
This commit is contained in:
@@ -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)
|
||||
;
|
||||
Reference in New Issue
Block a user