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 7f80a2c commit e5e24f7Copy full SHA for e5e24f7
config/rector.php
@@ -6,7 +6,6 @@
6
use Rector\PHPUnit\Set\PHPUnitSetList;
7
use Rector\Set\ValueObject\LevelSetList;
8
use Rector\Set\ValueObject\SetList;
9
-use Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector;
10
11
return RectorConfig::configure()
12
->withPaths(
@@ -35,7 +34,4 @@
35
34
PHPUnitSetList::PHPUNIT_80,
36
// PHPUnitSetList::PHPUNIT_CODE_QUALITY,
37
])
38
- ->withRules([
39
- AddVoidReturnTypeWhereNoReturnRector::class,
40
- ])
41
->withImportNames(true, true, false);
0 commit comments