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] Re-addAdvancedNameConverterInterface#58307
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] Re-addAdvancedNameConverterInterface#58307
Uh oh!
There was an error while loading.Please reload this page.
Conversation
f875bdb to7d989bcCompare7d989bc to222fb4cCompareAdvancedNameConverterInterface as deprecatedAdvancedNameConverterInterface| * @author Aurélien Pillevesse <aurelienpillevesse@hotmail.fr> | ||
| */ | ||
| class CamelCaseToSnakeCaseNameConverterimplements NameConverterInterface | ||
| class CamelCaseToSnakeCaseNameConverterimplements NameConverterInterface, AdvancedNameConverterInterface |
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.
CamelCaseToSnakeCaseNameConverter wasnot an advanced converter in 7.0 so there is nothing to re-add there, and adding the arguments in the signature natively is a BC break for child classes.
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.
Indeed, you're right, plus I didn't get all the history of that PR (#53898 (comment)).
I'm going to close that PR, thanks!
Uh oh!
There was an error while loading.Please reload this page.
Re-add
AdvancedNameConverterInterfaceon top ofCamelCaseToSnakeCaseNameConverterandMetadataAwareNameConverter.