Skip to content

Commit c5c03dd

Browse files
committed
[BCB] Remove fixerTmpDir config parameter
1 parent b5accb3 commit c5c03dd

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
@@ -282,3 +282,4 @@ Instead of `PHPStanTestCase::createBroker()`, call `PHPStanTestCase::createRefle
282282
* `additionalConfigFiles` config parameter must be a list
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
285+
* Remove `fixerTmpDir` config parameter, use `pro.tmpDir` instead

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ parameters:
7676
polluteScopeWithBlock: true
7777
propertyAlwaysWrittenTags: []
7878
propertyAlwaysReadTags: []
79-
fixerTmpDir: %pro.tmpDir% #unused
8079
additionalConstructors: []
8180
treatPhpDocTypesAsCertain: true
8281
usePathConstantsAsConstantString: false

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ parametersSchema:
149149
mixinExcludeClasses: listOf(string())
150150
scanFiles: listOf(string())
151151
scanDirectories: listOf(string())
152-
fixerTmpDir: string() #unused
153152
editorUrl: schema(string(), nullable())
154153
editorUrlTitle: schema(string(), nullable())
155154
errorFormat: schema(string(), nullable())

0 commit comments

Comments
 (0)