We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ac24 commit 1294d0dCopy full SHA for 1294d0d
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
6
use Rector\Config\RectorConfig;
7
-use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
8
use Rector\Set\ValueObject\LevelSetList;
9
use Rector\Set\ValueObject\SetList;
10
@@ -13,10 +12,6 @@
13
12
__DIR__.'/src',
14
]);
15
16
- $rectorConfig->skip([
17
- __DIR__.'/src/Testing/ClientFake.php' => FinalizeClassesWithoutChildrenRector::class,
18
- ]);
19
-
20
$rectorConfig->rules([
21
InlineConstructorDefaultToPropertyRector::class,
22
0 commit comments