From a81234dedc916c8059e5f0029bebe18a260bf47a Mon Sep 17 00:00:00 2001 From: Yoann Date: Sat, 1 Nov 2025 16:08:23 +0100 Subject: [PATCH] [Docs][TeamTools] Since StringExtensionToConfigBuilderRector is deprecated this section is no longer relevant --- resources/docs/team-tools.md | 4 ---- 1 file changed, 4 deletions(-) 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.