File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector ;
1616use Rector \DeadCode \Rector \If_ \RemoveDeadInstanceOfRector ;
1717use Rector \DeadCode \Rector \StaticCall \RemoveParentCallWithoutParentRector ;
18- use Rector \Php81 \Rector \Array_ \FirstClassCallableRector ;
19- use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
18+ use Rector \DeadCode \Rector \StmtsAwareInterface \RemoveDeadInstanceOfAssertRector ;
2019use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
2120use Rector \PHPUnit \Set \PHPUnitSetList ;
2221use Rector \Set \ValueObject \LevelSetList ;
3635
3736 $ rectorConfig ->skip (
3837 [
39- NullToStrictStringFuncCallArgRector::class,
4038 RemoveDeadInstanceOfRector::class,
41- FirstClassCallableRector::class,
4239 RemoveAlwaysTrueIfConditionRector::class,
4340 RemoveParentCallWithoutParentRector::class,
41+ RemoveDeadInstanceOfAssertRector::class,
4442 ],
4543 );
4644
You can’t perform that action at this time.
0 commit comments