From f029ccd12515eb14b94821c82af3668e2c9c30d1 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 6 May 2021 12:24:25 +0200 Subject: [PATCH] Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php --- friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php b/friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php index 4cabc758..e63611e6 100644 --- a/friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php +++ b/friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php @@ -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 ;