Skip to content

Commit 44d1cbd

Browse files
committed
chore: Remove deprecated ore too strict rector rules
1 parent 7e075fb commit 44d1cbd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rector.php

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

55
use Rector\Config\RectorConfig;
66
use Rector\Naming\Rector\Class_\RenamePropertyToMatchTypeRector;
7-
use Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector;
87
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitSelfCallRector;
98
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
109
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -37,7 +36,6 @@
3736
SetList::CODE_QUALITY,
3837
SetList::CODING_STYLE,
3938
SetList::DEAD_CODE,
40-
SetList::STRICT_BOOLEANS,
4139
SetList::NAMING,
4240
SetList::PRIVATIZATION,
4341
SetList::TYPE_DECLARATION,
@@ -46,7 +44,6 @@
4644
]);
4745

4846
$rectorConfig->rules([
49-
AddLiteralSeparatorToNumberRector::class,
5047
DeclareStrictTypesRector::class,
5148
PreferPHPUnitSelfCallRector::class,
5249
]);

0 commit comments

Comments
 (0)