fix gitlab-ci

This commit is contained in:
2023-02-17 22:05:21 +01:00
parent c0526533cc
commit 610f129cae
3 changed files with 4 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ $config = new PhpCsFixer\Config();
$config
->setFinder($finder)
->setRiskyAllowed(true)
->setCacheFile('.php_cs.cache')
->setCacheFile('.cache/php-cs-fixer.cache')
->setUsingCache(true)
;