-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Removed legacy code and cleanup #32160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There is a symfony/src/Symfony/Component/Form/FormConfigBuilder.php Lines 775 to 777 in 8124159
What's the planned alternative for this case? |
The plan was to make the method private. |
@Tobion but it's used out there (
|
Tests (low) are broken. |
Mmm, I'm not sure why, the broken tests are being eliminated here 🤔 |
Tests green. |
Thank you @yceruto. |
This PR was squashed before being merged into the 5.0-dev branch (closes #32160). Discussion ---------- Removed legacy code and cleanup | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - See #32074, #26981 labels: `HttpFoundation`, `Form`, `Security`, `SecurityBundle`, `Validator` Commits ------- 7b99fb4 Removed legacy code and cleanup
This PR was merged into the 4.4 branch. Discussion ---------- [Form] remove comment about to-be-removed method | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> it is used in master by ButtonBuilder, see #32160 (comment) Commits ------- b80ce9a [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
See #32074, #26981
labels:
HttpFoundation
,Form
,Security
,SecurityBundle
,Validator