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 c0f4c53 commit 9c8b0d6Copy full SHA for 9c8b0d6
src/Template/rector.php
@@ -36,7 +36,7 @@
36
use Rector\Set\ValueObject\SetList;
37
38
return static function (RectorConfig $rectorConfig): void {
39
- $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_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_91]);
40
$rectorConfig->parallel();
41
// The paths to refactor (can also be supplied with CLI arguments)
42
$rectorConfig->paths([
0 commit comments