File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
use Rector \Privatization \Rector \ClassMethod \PrivatizeFinalClassMethodRector ;
24
24
use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
25
25
use Rector \Set \ValueObject \SetList ;
26
+ use Rector \Strict \Rector \Empty_ \DisallowedEmptyRuleFixerRector ;
26
27
use Rector \TypeDeclaration \Rector \ClassMethod \AddVoidReturnTypeWhereNoReturnRector ;
27
28
use Rector \TypeDeclaration \Rector \ClassMethod \ReturnTypeFromReturnDirectArrayRector ;
28
29
use Rector \TypeDeclaration \Rector \ClassMethod \ReturnTypeFromStrictNewArrayRector ;
64
65
]);
65
66
66
67
$ rectorConfig ->skip ([
68
+ DisallowedEmptyRuleFixerRector::class,
67
69
CompactToVariablesRector::class,
68
70
RemoveEmptyClassMethodRector::class,
69
71
RemoveNonExistingVarAnnotationRector::class,
You can’t perform that action at this time.
0 commit comments