Skip to content

Commit dfc1c31

Browse files
committed
[BCB] Removed unused config parameter staticReflectionClassNamePatterns
1 parent 3364be1 commit dfc1c31

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
@@ -101,6 +101,7 @@ Appending `(?)` in `ignoreErrors` is not supported.
101101
* Removed unused config parameter `cache.nodesByFileCountMax`
102102
* Removed unused config parameter `memoryLimitFile`
103103
* Removed unused feature toggle `disableRuntimeReflectionProvider`
104+
* Removed unused config parameter `staticReflectionClassNamePatterns`
104105

105106
## Upgrading guide for extension developers
106107

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ parameters:
125125
tempResultCachePath: %tmpDir%/resultCaches
126126
resultCachePath: %tmpDir%/resultCache.php
127127
resultCacheChecksProjectExtensionFilesDependencies: false
128-
staticReflectionClassNamePatterns: []
129128
dynamicConstantNames:
130129
- ICONV_IMPL
131130
- LIBXML_VERSION

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ parametersSchema:
140140
tempResultCachePath: string()
141141
resultCachePath: string()
142142
resultCacheChecksProjectExtensionFilesDependencies: bool()
143-
staticReflectionClassNamePatterns: listOf(string())
144143
dynamicConstantNames: listOf(string())
145144
customRulesetUsed: schema(bool(), nullable())
146145
rootDir: string()

0 commit comments

Comments
 (0)