[FrameworkBundle] Fix missing arguments when a serialization default context is bound#45193
Conversation
|
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
|
/cc @soyuka |
chalasr
left a comment
There was a problem hiding this comment.
It's the first time the core makes use of bindings I believe, which seems ok.
The fix looks alright 👍
|
Thank you @ArnoudThibaut. |
a7f872c to
1855798
Compare
I used
nullas first argument forJsonSerializableNormalizerdefinition even if a service exist for theClassMetadataFactoryInterfaceto keep the actual behavior