Skip to content

Commit

Permalink
minor Sylius#954 [Rector] Add remove unused imports (Wojdylak)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------



Commits
-------
  [Rector] Add remove unused imports
  • Loading branch information
Rafikooo authored Mar 12, 2024
2 parents 53415c1 + ecbe113 commit 0051c3c
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 0051c3c

Please sign in to comment.