Skip to content

Commit

Permalink
fix misisng method
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 3, 2022
1 parent a4e7a43 commit f30593c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->importNames();
$rectorConfig->disableImportShortClasses();
$rectorConfig->importShortClasses(false);

$rectorConfig->rule(RenameClassRector::class);
};

0 comments on commit f30593c

Please sign in to comment.