-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Adding deprecation information #17518
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
@@ -955,6 +955,10 @@ To add support for "param converters" we need SensioFrameworkExtraBundle: | |||
|
|||
$ composer require sensio/framework-extra-bundle | |||
|
|||
.. versionadded:: 6.2 | |||
|
|||
SensioFrameworkExtraBundle was deprecated in Symfony 6.2. |
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.
is this true? I mean this is independent release, what bout instead of version added, mark a note or a caution that the bundle is now global inside symfony core as attributes ?
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.
Yes, see https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/README.md
I don't know how the param converter works now. Just thought, adding a quick note is better than nothing :-)
What about removing the whole section instead? |
Instead of removing the section entirely, we could briefly mention what's this (because I think it's very relevant to routing) and then link to the docs about the new |
I agree with Javier. And we might want to add a very small deprecated notice along the lines of "Prior to Symfony 6.2, this feature was provided by the SensioFrameworkExtraBundle." or something like that. (I can imagine that you might be a bit lost if you don't follow Symfony closely and can't find anything about the SensioFrameworkExtraBundle in the docs anymore) |
I just saw that in another PR we have something like this but for another section. So, we could get inspiration from it: https://github.com/symfony/symfony-docs/pull/17530/files |
Sorry, I don't know enough to do this :-( |
Closing in favor of #17999. |
No description provided.