fix: avoid phpstan crashing with multiple processes in parallel

This commit is contained in:
Björn Fromme
2026-05-28 15:46:56 +02:00
parent ee8c6a6545
commit 4ec1935eef
+2
View File
@@ -7,6 +7,8 @@ parameters:
paths: paths:
- src - src
tmpDir: var/phpstan tmpDir: var/phpstan
parallel:
maximumNumberOfProcesses: 1
symfony: symfony:
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
doctrine: doctrine: