Skip to content

Commit 688e650

Browse files
committed
[BCB] Remove cache.nodesByFileCountMax
1 parent 1cdffcc commit 688e650

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

UPGRADING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ This method now longer accepts `Expr $rootExpr`. If you want to change it, call
147147
* Parameter `$callableParameters` of [`MutatingScope::enterAnonymousFunction()`](https://apiref.phpstan.org/2.0.x/PHPStan.Analyser.MutatingScope.html#_enterAnonymousFunction) and [`enterArrowFunction()`](https://apiref.phpstan.org/2.0.x/PHPStan.Analyser.MutatingScope.html#_enterArrowFunction) made required
148148
* Parameter `StatementContext $context` of [`NodeScopeResolver::processStmtNodes()`](https://apiref.phpstan.org/2.0.x/PHPStan.Analyser.NodeScopeResolver.html#_processStmtNodes) made required
149149
* ClassPropertiesNode - remove `$extensions` parameter from [`getUninitializedProperties()`](https://apiref.phpstan.org/2.0.x/PHPStan.Node.ClassPropertiesNode.html#_getUninitializedProperties)
150+
* Removed config parameter `cache.nodesByFileCountMax`

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ parameters:
148148
ignoreErrors: []
149149
internalErrorsCountLimit: 50
150150
cache:
151-
nodesByFileCountMax: 1024
152151
nodesByStringCountMax: 256
153152
reportUnmatchedIgnoredErrors: true
154153
scopeClass: PHPStan\Analyser\MutatingScope

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ parametersSchema:
176176
)
177177
internalErrorsCountLimit: int()
178178
cache: structure([
179-
nodesByFileCountMax: int()
180179
nodesByStringCountMax: int()
181180
])
182181
reportUnmatchedIgnoredErrors: bool()

0 commit comments

Comments
 (0)