8000 [Serializer] Add deprecation missing from UPGRADE files by ogizanagi · Pull Request #20691 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Serializer] Add deprecation missing from UPGRADE files #20691

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

Merged
merged 3 commits into from
Dec 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lines length should be 80 or less characters
  • Loading branch information
javiereguiluz authored Nov 30, 2016
commit d681c1abc4c2e3e8c616edc7a9aa8ff2582a724f
4 changes: 3 additions & 1 deletion UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ Serializer
class has been removed. You should use the `CacheClassMetadataFactory` class
instead.

* Not defining the 6th argument `$format = null` of the `AbstractNormalizer::instantiateObject()` method when overriding it is not supported anymore.
* Not defining the 6th argument `$format = null` of the
`AbstractNormalizer::instantiateObject()` method when overriding it is not
supported anymore.

Translation
-----------
Expand Down
0