File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 24
24
"phpstan/phpstan" : " ^1.7.1" ,
25
25
"phpunit/phpunit" : " ^9.1" ,
26
26
"predis/predis" : " ^1.1 || ^2.0" ,
27
- "rector/rector" : " 0.14.3 "
27
+ "rector/rector" : " 0.14.4 "
28
28
},
29
29
"suggest" : {
30
30
"ext-imagick" : " If you use Image class ImageMagickHandler" ,
Original file line number Diff line number Diff line change 150
150
$ rectorConfig ->rule (MakeInheritedMethodVisibilitySameAsParentRector::class);
151
151
$ rectorConfig ->rule (SimplifyEmptyArrayCheckRector::class);
152
152
$ rectorConfig ->rule (NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
153
- $ rectorConfig ->ruleWithConfiguration (StringClassNameToClassConstantRector::class, [
154
- 'Error ' ,
155
- 'Exception ' ,
156
- 'InvalidArgumentException ' ,
157
- 'Closure ' ,
158
- 'stdClass ' ,
159
- 'SQLite3 ' ,
160
- ]);
153
+ $ rectorConfig ->rule (StringClassNameToClassConstantRector::class);
161
154
$ rectorConfig ->rule (PrivatizeFinalClassPropertyRector::class);
162
155
$ rectorConfig ->rule (CompleteDynamicPropertiesRector::class);
163
156
};
You can’t perform that action at this time.
0 commit comments