Skip to content

Commit

Permalink
Update: move php-cs-fixer cache under .cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Mar 13, 2024
1 parent 9808f5d commit bc864e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.cache/

/test/functional/fixtures/cache
/test/functional/fixtures/log
/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/lib/*/doctrine/base/
Expand All @@ -6,4 +8,3 @@
lib/plugins/sfDoctrinePlugin/test/functional/fixtures/log/
/vendor
/composer.lock
.php-cs-fixer.cache
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
])
->setCacheFile('.php-cs-fixer.cache')
->setCacheFile('.cache/php-cs-fixer.cache')
->setFinder($finder)
;

Expand Down

0 comments on commit bc864e2

Please sign in to comment.