Skip to content

Commit dc8dc40

Browse files
committed
clean up skip config
1 parent fc57a17 commit dc8dc40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
declare(strict_types=1);
44

55
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
6-
use Rector\CodingStyle\Rector\ClassConst\RemoveFinalFromConstRector;
76
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
87
use Rector\Config\RectorConfig;
98
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
@@ -32,6 +31,5 @@
3231
CallableThisArrayToAnonymousFunctionRector::class,
3332
UnSpreadOperatorRector::class,
3433
FinalizeClassesWithoutChildrenRector::class,
35-
RemoveFinalFromConstRector::class,
3634
]);
3735
};

0 commit comments

Comments
 (0)