Skip to content

Commit eef60db

Browse files
committed
[CLEANUP] Remove superfluous Rector rule
Since #1201, this becomes a duplicate.
1 parent b6b8ecf commit eef60db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@
3535
PHPUnitSetList::PHPUNIT_80,
3636
// PHPUnitSetList::PHPUNIT_CODE_QUALITY,
3737
])
38-
->withRules([
39-
AddVoidReturnTypeWhereNoReturnRector::class,
40-
])
4138
->withImportNames(true, true, false);

0 commit comments

Comments
 (0)