File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4545use Rector \Set \ValueObject \LevelSetList ;
4646use Rector \Set \ValueObject \SetList ;
47+ use Rector \Strict \Rector \Empty_ \DisallowedEmptyRuleFixerRector ;
4748use Rector \Strict \Rector \If_ \BooleanInIfConditionRuleFixerRector ;
4849use Rector \TypeDeclaration \Rector \Empty_ \EmptyOnNullableObjectToInstanceOfRector ;
4950use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
143144 $ rectorConfig ->rule (SimplifyEmptyCheckOnEmptyArrayRector::class);
144145 $ rectorConfig ->rule (TernaryEmptyArrayArrayDimFetchToCoalesceRector::class);
145146 $ rectorConfig ->rule (EmptyOnNullableObjectToInstanceOfRector::class);
147+ $ rectorConfig ->rule (DisallowedEmptyRuleFixerRector::class);
146148 $ rectorConfig ->rule (StringClassNameToClassConstantRector::class);
147149 $ rectorConfig ->rule (PrivatizeFinalClassPropertyRector::class);
148150 $ rectorConfig ->rule (CompleteDynamicPropertiesRector::class);
You can’t perform that action at this time.
0 commit comments