Skip to content

Commit e5e24f7

Browse files
authored
[CLEANUP] Remove superfluous Rector rule (#1333)
Since #1201, this becomes a duplicate.
1 parent 7f80a2c commit e5e24f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Rector\PHPUnit\Set\PHPUnitSetList;
77
use Rector\Set\ValueObject\LevelSetList;
88
use Rector\Set\ValueObject\SetList;
9-
use Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector;
109

1110
return RectorConfig::configure()
1211
->withPaths(
@@ -35,7 +34,4 @@
3534
PHPUnitSetList::PHPUNIT_80,
3635
// PHPUnitSetList::PHPUNIT_CODE_QUALITY,
3736
])
38-
->withRules([
39-
AddVoidReturnTypeWhereNoReturnRector::class,
40-
])
4137
->withImportNames(true, true, false);

0 commit comments

Comments
 (0)