Skip to content

Commit 6a6596f

Browse files
committed
Update Infection and PHPStan config
1 parent 641ccb0 commit 6a6596f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

infection.json

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
},
55
"minCoveredMsi": 100,
66
"minMsi": 100,
7-
"phpUnit": {
8-
"configDir": "tests"
9-
},
107
"source": {
118
"directories": [
129
"src"

phpstan.neon

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ parameters:
88

99
paths:
1010
- src/
11-
- test/
11+
- tests/
1212

13-
tmpDir: .build/phpstan/
13+
tmpDir: build/phpstan/
14+
15+
checkMissingIterableValueType: false

0 commit comments

Comments
 (0)