Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 30, 2024
1 parent 9d885f8 commit a9d4d11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
return RectorConfig::configure()
->withImportNames(removeUnusedImports: true)
->withPhpSets(php82: true)
->withSets([
PHPUnitSetList::PHPUNIT_100,
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
])
->withSets([PHPUnitSetList::PHPUNIT_100, PHPUnitSetList::PHPUNIT_CODE_QUALITY])
->withPreparedSets(
codeQuality: true,
codingStyle: true,
Expand Down

0 comments on commit a9d4d11

Please sign in to comment.