File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545use Rector \Set \ValueObject \LevelSetList ;
4646use Rector \Set \ValueObject \SetList ;
4747use Rector \Strict \Rector \If_ \BooleanInIfConditionRuleFixerRector ;
48+ use Rector \TypeDeclaration \Rector \Empty_ \EmptyOnNullableObjectToInstanceOfRector ;
4849use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
4950use Utils \Rector \RemoveErrorSuppressInTryCatchStmtsRector ;
5051use Utils \Rector \UnderscoreToCamelCaseVariableNameRector ;
141142 $ rectorConfig ->rule (SimplifyEmptyArrayCheckRector::class);
142143 $ rectorConfig ->rule (SimplifyEmptyCheckOnEmptyArrayRector::class);
143144 $ rectorConfig ->rule (TernaryEmptyArrayArrayDimFetchToCoalesceRector::class);
145+ $ rectorConfig ->rule (EmptyOnNullableObjectToInstanceOfRector::class);
144146 $ rectorConfig ->rule (StringClassNameToClassConstantRector::class);
145147 $ rectorConfig ->rule (PrivatizeFinalClassPropertyRector::class);
146148 $ rectorConfig ->rule (CompleteDynamicPropertiesRector::class);
You can’t perform that action at this time.
0 commit comments