Skip to content

Commit 1294d0d

Browse files
committed
update rector config after update
1 parent 7d9ac24 commit 1294d0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rector.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
66
use Rector\Config\RectorConfig;
7-
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
87
use Rector\Set\ValueObject\LevelSetList;
98
use Rector\Set\ValueObject\SetList;
109

@@ -13,10 +12,6 @@
1312
__DIR__.'/src',
1413
]);
1514

16-
$rectorConfig->skip([
17-
__DIR__.'/src/Testing/ClientFake.php' => FinalizeClassesWithoutChildrenRector::class,
18-
]);
19-
2015
$rectorConfig->rules([
2116
InlineConstructorDefaultToPropertyRector::class,
2217
]);

0 commit comments

Comments
 (0)