diff --git a/resources/docs/team-tools.md b/resources/docs/team-tools.md index 6be5cec69..0b74264b9 100644 --- a/resources/docs/team-tools.md +++ b/resources/docs/team-tools.md @@ -22,7 +22,3 @@ There 2 more tools that help out with specific sets: * [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) - works best with `withTypeCoverageLevel()` * [tomasvotruba/class-leak](https://github.com/TomasVotruba/class-leak) - works best with `withDeadCodeLevel()` - -
- -There is also [symplify/config-transformer](https://github.com/symplify/config-transformer) that helps with transforming YAML Symfony configs to PHP. There you can follow up with [Symfony rules for Rector](/rule-detail/string-extension-to-config-builder-rector) to reach config builders.