Skip to content

Commit af06598

Browse files
committed
add rector
1 parent 0794d19 commit af06598

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

rector.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
1616
use Rector\DeadCode\Rector\If_\RemoveDeadInstanceOfRector;
1717
use 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;
2019
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
2120
use Rector\PHPUnit\Set\PHPUnitSetList;
2221
use Rector\Set\ValueObject\LevelSetList;
@@ -36,11 +35,10 @@
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

0 commit comments

Comments
 (0)