Skip to content

Commit

Permalink
simplify rule docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 24, 2022
1 parent 5010fc7 commit debe562
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rule-doc-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@

return static function (ContainerConfigurator $rectorConfig): void {
$services = $rectorConfig->services();

$services->defaults()
->autowire();

$services->set(RectorCategoryInferer::class);
};

0 comments on commit debe562

Please sign in to comment.