We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a2b12 commit f0ba28dCopy full SHA for f0ba28d
.gitignore
@@ -1,3 +1,5 @@
1
+.cache/
2
+
3
/test/functional/fixtures/cache
4
/test/functional/fixtures/log
5
/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/lib/*/doctrine/base/
@@ -6,4 +8,3 @@
6
8
lib/plugins/sfDoctrinePlugin/test/functional/fixtures/log/
7
9
/vendor
10
/composer.lock
-.php-cs-fixer.cache
.php-cs-fixer.dist.php
@@ -21,7 +21,7 @@
21
'@Symfony' => true,
22
'array_syntax' => ['syntax' => 'short'],
23
])
24
- ->setCacheFile('.php-cs-fixer.cache')
+ ->setCacheFile('.cache/php-cs-fixer.cache')
25
->setFinder($finder)
26
;
27
0 commit comments