fix: avoid phpstan crashing with multiple processes in parallel
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user