diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-11 00:51:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 00:51:15 -0500 |
| commit | df4630b316f468c772fb4edc7e1dc0a46765542f (patch) | |
| tree | a75676de872e2182a6363a506aab3fa0097734ca /phpstan.neon | |
| parent | 4c73941607dae8d12e3b555cda9d46cf11563779 (diff) | |
| parent | 5c941e663df8a9b9273f0cdf7803db70078ab56d (diff) | |
Merge pull request #38 from tt-rss/feature/phpstan-perf
Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.
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 |