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 43
43
use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
44
44
use Rector \Php80 \Rector \FunctionLike \MixedTypeRector ;
45
45
use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
46
+ use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
46
47
use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
47
48
use Rector \PHPUnit \Set \PHPUnitSetList ;
48
49
use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
59
60
use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
60
61
use Utils \Rector \RemoveErrorSuppressInTryCatchStmtsRector ;
61
62
use Utils \Rector \UnderscoreToCamelCaseVariableNameRector ;
62
- use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
63
63
64
64
return RectorConfig::configure ()
65
65
->withPhpSets (php81: true )
You can’t perform that action at this time.
0 commit comments