File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 123
123
SimplifyRegexPatternRector::class,
124
124
125
125
// PHP 8.0 features but cause breaking changes
126
- ClassPropertyAssignToConstructorPromotionRector::class,
126
+ ClassPropertyAssignToConstructorPromotionRector::class => [
127
+ __DIR__ . '/system/Database/BaseResult.php ' ,
128
+ __DIR__ . '/system/Database/RawSql.php ' ,
129
+ __DIR__ . '/system/Debug/BaseExceptionHandler.php ' ,
130
+ __DIR__ . '/system/Filters/Filters.php ' ,
131
+ __DIR__ . '/system/HTTP/CURLRequest.php ' ,
132
+ __DIR__ . '/system/HTTP/DownloadResponse.php ' ,
133
+ __DIR__ . '/system/HTTP/IncomingRequest.php ' ,
134
+ __DIR__ . '/system/Security/Security.php ' ,
135
+ __DIR__ . '/system/Session/Session.php ' ,
136
+ ],
127
137
MixedTypeRector::class,
128
138
129
139
// PHP 8.1 features but cause breaking changes
You can’t perform that action at this time.
0 commit comments