Skip to content

Commit

Permalink
chore: update rector to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 24, 2024
1 parent 063f408 commit 05b652f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "1.10.56",
"phpunit/phpunit": "^10.5",
"rector/rector": "0.16.0",
"rector/rector": "0.19.1",
"saschaegerer/phpstan-typo3": "^1.9",
"symfony/yaml": "^5.4 || ^6.4",
"symplify/phpstan-rules": "^12.4",
Expand Down
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
SetList::EARLY_RETURN,
SetList::TYPE_DECLARATION,
PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
PHPUnitSetList::PHPUNIT_EXCEPTION,
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER,
]);

$rectorConfig->autoloadPaths([
Expand Down

0 comments on commit 05b652f

Please sign in to comment.