File tree 4 files changed +7
-11
lines changed
4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 2
2
/vendor /
3
3
composer.lock
4
4
5
- # CSFixer
6
- .php-cs-fixer.cache
7
-
8
5
# PHPUnit
9
- .phpunit.cache
10
6
coverage.xml
11
7
12
- # PHPStan
13
- .phpstan.result.cache
14
-
15
- # JetBrains
8
+ # IDE
16
9
.idea
10
+
11
+ # Local cache directory
12
+ /cache
Original file line number Diff line number Diff line change 26
26
PhpCsFixer \Finder::create ()
27
27
->exclude ('vendor ' )
28
28
->in (__DIR__ )
29
- );
29
+ )-> setCacheFile ( ' ./cache/.php-cs-fixer.cache ' ) ;
Original file line number Diff line number Diff line change 1
1
parameters :
2
- tmpDir : .phpstan.result.cache
2
+ tmpDir : ./cache/. phpstan.result.cache
3
3
level : 9
4
4
paths :
5
5
- src
Original file line number Diff line number Diff line change 10
10
failOnSkipped =" true"
11
11
beStrictAboutOutputDuringTests =" true"
12
12
beStrictAboutChangesToGlobalState =" true"
13
- cacheDirectory =" .phpunit.cache"
13
+ cacheDirectory =" ./cache/. phpunit.result .cache"
14
14
requireCoverageMetadata =" true"
15
15
>
16
16
<testsuites >
You can’t perform that action at this time.
0 commit comments