File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Appending `(?)` in `ignoreErrors` is not supported.
101
101
* Removed unused config parameter ` cache.nodesByFileCountMax `
102
102
* Removed unused config parameter ` memoryLimitFile `
103
103
* Removed unused feature toggle ` disableRuntimeReflectionProvider `
104
+ * Removed unused config parameter ` staticReflectionClassNamePatterns `
104
105
105
106
## Upgrading guide for extension developers
106
107
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ parameters:
125
125
tempResultCachePath : %tmpDir%/resultCaches
126
126
resultCachePath : %tmpDir%/resultCache.php
127
127
resultCacheChecksProjectExtensionFilesDependencies : false
128
- staticReflectionClassNamePatterns : []
129
128
dynamicConstantNames :
130
129
- ICONV_IMPL
131
130
- LIBXML_VERSION
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ parametersSchema:
140
140
tempResultCachePath : string ()
141
141
resultCachePath : string ()
142
142
resultCacheChecksProjectExtensionFilesDependencies : bool ()
143
- staticReflectionClassNamePatterns : listOf (string ())
144
143
dynamicConstantNames : listOf (string ())
145
144
customRulesetUsed : schema (bool (), nullable ())
146
145
rootDir : string ()
You can’t perform that action at this time.
0 commit comments