Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Serializer] Add deprecation notices#18588
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Serializer] Add deprecation notices#18588
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| /** | ||
| * @var array | ||
| * | ||
| * @deprecated since 2.3.37 will be removed in 4.0 |
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.
This should be since 3.1.
| * @var array | ||
| * | ||
| * @deprecated since 3.1 will be removed in 4.0 | ||
| * @see https://github.com/symfony/symfony/pull/17140 |
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 we should remove the line (and the same below): git blame gives the history, that's good enough (and matches the current way of doing things AFAIK)
theofidry commentedApr 19, 2016
@nicolas-grekas done |
nicolas-grekas commentedApr 19, 2016
👍 |
nicolas-grekas commentedApr 19, 2016
Thank you@theofidry. |
As discussed in#18583, add deprecation notices to
masterinstead.