We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e075fb commit 44d1cbdCopy full SHA for 44d1cbd
1 file changed
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\Config\RectorConfig;
6
use Rector\Naming\Rector\Class_\RenamePropertyToMatchTypeRector;
7
-use Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector;
8
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitSelfCallRector;
9
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
10
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -37,7 +36,6 @@
37
36
SetList::CODE_QUALITY,
38
SetList::CODING_STYLE,
39
SetList::DEAD_CODE,
40
- SetList::STRICT_BOOLEANS,
41
SetList::NAMING,
42
SetList::PRIVATIZATION,
43
SetList::TYPE_DECLARATION,
@@ -46,7 +44,6 @@
46
44
]);
47
45
48
$rectorConfig->rules([
49
- AddLiteralSeparatorToNumberRector::class,
50
DeclareStrictTypesRector::class,
51
PreferPHPUnitSelfCallRector::class,
52
0 commit comments