Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 19, 2023
1 parent e530fc1 commit e8718df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Config/RectorConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function disableParallel(): void
}

/**
* @experimental since Rector 0.17.x
* @experimental since Rector 0.18.x
*/
public function enableCollectors(): void
{
Expand Down Expand Up @@ -391,7 +391,7 @@ public function boot(): void
}

/**
* @experimental since Rector 0.17.x
* @experimental since Rector 0.18.x
*/
public function disableCollectors(): void
{
Expand Down

2 comments on commit e8718df

@staabm
Copy link
Contributor

@staabm staabm commented on e8718df Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also mark the RectorConfig part as @experimental?

/**
* @param class-string<Collector> $collectorClass
*/
public function collector(string $collectorClass): void

@TomasVotruba
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not neccesary, as the enable/disable is the entry level

Please sign in to comment.