We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641ccb0 commit 6a6596fCopy full SHA for 6a6596f
infection.json
@@ -4,9 +4,6 @@
4
},
5
"minCoveredMsi": 100,
6
"minMsi": 100,
7
- "phpUnit": {
8
- "configDir": "tests"
9
- },
10
"source": {
11
"directories": [
12
"src"
phpstan.neon
@@ -8,6 +8,8 @@ parameters:
paths:
- src/
- - test/
+ - tests/
13
- tmpDir: .build/phpstan/
+ tmpDir: build/phpstan/
14
+
15
+ checkMissingIterableValueType: false
0 commit comments