Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php

This commit is contained in:
Oskar Stark
2021-05-06 12:24:25 +02:00
committed by GitHub
parent 744c936ad2
commit f029ccd125
@@ -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
;