File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 55use Rector \CodingStyle \Rector \String_ \UseClassKeywordForClassNameResolutionRector ;
66use Rector \Config \RectorConfig ;
77use Rector \DeadCode \Rector \ConstFetch \RemovePhpVersionIdCheckRector ;
8- use Rector \Naming \Rector \ClassMethod \RenameParamToMatchTypeRector ;
98use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
10- use Rector \TypeDeclaration \Rector \ClassMethod \AddMethodCallBasedStrictParamTypeRector ;
119
1210return RectorConfig::configure ()
1311 ->withPreparedSets (
4846 '*/Source* ' ,
4947 '*/Expected/* ' ,
5048
51- // stmts aware type
52- RenameParamToMatchTypeRector::class => [
53- __DIR__ . '/rules/DeadCode/Rector/If_/RemoveUnusedNonEmptyArrayBeforeForeachRector.php ' ,
54- ],
55- AddMethodCallBasedStrictParamTypeRector::class => [
56- __DIR__ . '/rules/DeadCode/Rector/If_/RemoveUnusedNonEmptyArrayBeforeForeachRector.php ' ,
57- ],
58-
5949 // keep configs untouched, as the classes are just strings
6050 UseClassKeywordForClassNameResolutionRector::class => [__DIR__ . '/config ' , '*/config/* ' ],
6151
You can’t perform that action at this time.
0 commit comments