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.
2 parents 7f80a2c + 7f47c4a commit 33c8378Copy full SHA for 33c8378
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