mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php
This commit is contained in:
@@ -10,5 +10,5 @@ return (new PhpCsFixer\Config())
|
||||
'@Symfony' => true,
|
||||
])
|
||||
->setFinder($finder)
|
||||
->setCacheFile(".php-cs-fixer.cache") // forward compatibility with 3.x line
|
||||
->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user