Skip to content

Commit

Permalink
minor #1358 Update php-cs-fixer cache filename (deguif)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Update php-cs-fixer cache filename

Commits
-------

ffbf12f Update php-cs-fixer cache filename
  • Loading branch information
javiereguiluz committed Oct 28, 2022
2 parents 8e305c6 + ffbf12f commit 47375e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -39,5 +39,5 @@
'blank_line_between_import_groups' => false,
])
->setFinder($finder)
->setCacheFile(__DIR__.'/var/.php_cs.cache')
->setCacheFile(__DIR__.'/var/.php-cs-fixer.cache')
;

0 comments on commit 47375e5

Please sign in to comment.