diff options
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpstan.neon b/phpstan.neon index 5bd18c58d..fb6625bb7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,8 +1,6 @@ parameters: level: 6 tmpDir: .phpstan-tmp - parallel: - maximumNumberOfProcesses: 4 reportUnmatchedIgnoredErrors: false ignoreErrors: # set_include_path detection issue |