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 81f92b3 commit f2e02d0Copy full SHA for f2e02d0
rector.php
@@ -41,7 +41,7 @@
41
use Rector\ValueObject\PhpVersion;
42
43
return static function (RectorConfig $rectorConfig): void {
44
- $rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_80]);
+ $rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_80]);
45
$rectorConfig->parallel();
46
// The paths to refactor (can also be supplied with CLI arguments)
47
$rectorConfig->paths([
0 commit comments