Skip to content

Commit f2e02d0

Browse files
authored
remove removed constant
1 parent 81f92b3 commit f2e02d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
use Rector\ValueObject\PhpVersion;
4242

4343
return static function (RectorConfig $rectorConfig): void {
44-
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_80]);
44+
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_80]);
4545
$rectorConfig->parallel();
4646
// The paths to refactor (can also be supplied with CLI arguments)
4747
$rectorConfig->paths([

0 commit comments

Comments
 (0)