Skip to content

Commit

Permalink
[Rector] Add remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Mar 11, 2024
1 parent 53415c1 commit ecbe113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->importNames();
$rectorConfig->removeUnusedImports();
$rectorConfig->import(__DIR__ . '/vendor/sylius/sylius-rector/config/config.php');
$rectorConfig->paths([
__DIR__ . '/src'
Expand Down

0 comments on commit ecbe113

Please sign in to comment.