Skip to content

Commit

Permalink
fix: use runner cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
k0d3r1s authored Dec 1, 2022
1 parent 078e710 commit 1a63860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
'yoda_style' => true,
], )
->setRiskyAllowed(isRiskyAllowed: true, )
->setCacheFile(cacheFile: '.php-cs-fixer.cache', )
->setCacheFile(cacheFile: getcwd() . '.php-cs-fixer.cache', )
->setFinder(finder: $finder);

0 comments on commit 1a63860

Please sign in to comment.