Skip to content

Commit f029ccd

Browse files
authored
Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php
1 parent 744c936 commit f029ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
'@Symfony' => true,
1111
])
1212
->setFinder($finder)
13-
->setCacheFile(".php-cs-fixer.cache") // forward compatibility with 3.x line
13+
->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line
1414
;

0 commit comments

Comments
 (0)