We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba40208 commit 58c2fefCopy full SHA for 58c2fef
conf/config.neon
@@ -68,8 +68,8 @@ parameters:
68
ignoreErrors: []
69
internalErrorsCountLimit: 50
70
cache:
71
- nodesByFileCountMax: 512
72
- nodesByStringCountMax: 512
+ nodesByFileCountMax: 1024
+ nodesByStringCountMax: 1024
73
reportUnmatchedIgnoredErrors: true
74
scopeClass: PHPStan\Analyser\MutatingScope
75
typeAliases: []
0 commit comments