File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
4444use Rector \Php80 \Rector \FunctionLike \MixedTypeRector ;
4545use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
46+ use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
4647use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4748use Rector \PHPUnit \Set \PHPUnitSetList ;
4849use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
5960use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
6061use Utils \Rector \RemoveErrorSuppressInTryCatchStmtsRector ;
6162use Utils \Rector \UnderscoreToCamelCaseVariableNameRector ;
62- use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
6363
6464return RectorConfig::configure ()
6565 ->withPhpSets (php81: true )
You can’t perform that action at this time.
0 commit comments