-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Typography] Fix SerializerAwareInterface description #38521
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
[Typography] Fix SerializerAwareInterface description #38521
Conversation
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.
Im happy with this.. or remove the comment all together.
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 patch should be applied to the 3.4 branch, though.
@@ -12,7 +12,7 @@ | |||
namespace Symfony\Component\Serializer; | |||
|
|||
/** | |||
* Defines the interface of encoders. | |||
* Class accepting a serializer. |
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 would remove the comment instead.
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.
@fabpot would you remove the comment in NormalizerAwareInterface and DenormalizerAwareInterface aswell then ?
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.
If they don't provide significant value, yes.
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.
Alright, expanded the removal to few other files
800310b
to
32cf368
Compare
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.
Thank you
Thank you @idetox. |
32cf368
to
48e6976
Compare
Removed some unneeded comments in Serializer / Normalizer / Encoder directory