Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 4356080

Browse files
Revert "Disable static analysis until memory limit issue is resolved"
This reverts commit 438e689.
1 parent 438e689 commit 4356080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infection.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"phpUnit": {
44
"customPath": "tools/phpunit"
55
},
6+
"staticAnalysisTool": "phpstan",
7+
"phpStan": {
8+
"customPath": "tools/phpstan"
9+
},
610
"threads": "max",
711
"source": {
812
"directories": [

0 commit comments

Comments
 (0)