8000 Update: move php-cs-fixer cache under .cache folder · FriendsOfSymfony1/symfony1@f0ba28d · GitHub
[go: up one dir, main page]

Skip to content

Commit f0ba28d

Browse files
committed
Update: move php-cs-fixer cache under .cache folder
1 parent 53a2b12 commit f0ba28d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.cache/
2+
13
/test/functional/fixtures/cache
24
/test/functional/fixtures/log
35
/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/lib/*/doctrine/base/
@@ -6,4 +8,3 @@
68
lib/plugins/sfDoctrinePlugin/test/functional/fixtures/log/
79
/vendor
810
/composer.lock
9-
.php-cs-fixer.cache

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'@Symfony' => true,
2222
'array_syntax' => ['syntax' => 'short'],
2323
])
24-
->setCacheFile('.php-cs-fixer.cache')
24+
->setCacheFile('.cache/php-cs-fixer.cache')
2525
->setFinder($finder)
2626
;
2727

0 commit comments

Comments
 (0)
0