Skip to content

Commit c4f46fe

Browse files
authored
[TASK] Allow PHPStan to use unlimited processes (#1550)
This helps speed up local development and CI.
1 parent 707c04e commit c4f46fe

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

config/phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ includes:
22
- phpstan-baseline.neon
33

44
parameters:
5-
parallel:
6-
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
7-
maximumNumberOfProcesses: 5
8-
95
phpVersion: 70200
106

117
level: 6

0 commit comments

Comments
 (0)