Skip to content

Commit 25fbf7f

Browse files
committed
[BCB] Remove tempResultCachePath config parameter
1 parent 343a93a commit 25fbf7f

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
@@ -283,4 +283,5 @@ Instead of `PHPStanTestCase::createBroker()`, call `PHPStanTestCase::createRefle
283283
* Remove `__set_state()` on objects that should not be serialized in cache
284284
* Parameter `$selfClass` of [`TypehintHelper::decideTypeFromReflection()`](https://apiref.phpstan.org/2.0.x/PHPStan.Type.TypehintHelper.html#_decideTypeFromReflection) no longer accepts string
285285
* Remove `fixerTmpDir` config parameter, use `pro.tmpDir` instead
286+
* Remove `tempResultCachePath` config parameter, use `resultCachePath` instead
286287
* `LevelsTestCase::dataTopics()` data provider made static

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ parameters:
121121
- ../stubs/Countable.stub
122122
earlyTerminatingMethodCalls: []
123123
earlyTerminatingFunctionCalls: []
124-
tempResultCachePath: %tmpDir%/resultCaches
125124
resultCachePath: %tmpDir%/resultCache.php
126125
resultCacheChecksProjectExtensionFilesDependencies: false
127126
dynamicConstantNames:

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ parametersSchema:
137137
stubFiles: listOf(string())
138138
earlyTerminatingMethodCalls: arrayOf(listOf(string()))
139139
earlyTerminatingFunctionCalls: listOf(string())
140-
tempResultCachePath: string()
141140
resultCachePath: string()
142141
resultCacheChecksProjectExtensionFilesDependencies: bool()
143142
dynamicConstantNames: listOf(string())

0 commit comments

Comments
 (0)