-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WIP] Removed deprecated stuff #7227
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
@@ -216,7 +216,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver) | |||
*/ | |||
public function getParent() | |||
{ | |||
return 'field'; | |||
return 'form'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be easier to simply remove the whole method getParent
because we can inherit the default from AbstractType. Less code is usually better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
I created a documentation issue about removing all these things in the documentation as well. I think we should not merge this PR before the documentation is up to date, conform our merging progress. |
This PR was merged into the master branch. Discussion ---------- [WIP] Removed deprecated stuff Commits ------- f2a8908 removed deprecated functionality from RouteCollection 4f4a5d1 [TwigBundle] removed deprecated syntax 45bd413 [FrameworkBundle] removed deprecated options 0bb5d01 [FrameworkBundle] removed deprecated cookie options b3081e8 [Form] removed deprecated methods and classes e0385a2 [Validator] removed deprecated methods 65e3b16 [Validator] removed deprecated constraints 4a70ddf [HttpFoundation] removed deprecated session methods 4e7943f [Yaml] removed deprecated support of PHP parsin when parsing YAML files 09a5969 [HttpFoundation] removed deprecated Request::splitHttpAcceptHeader() method c28f1b0 removed deprected way to declared trusted proxies 5ff6006 removed deprecated stuff in the fragment sub-framework 0a06a7c [Translation] removed deprecated classes 67f6397 [Security] removed deprecated classes
No description provided.