Skip to content
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

[php] Implement JsonSerializable in php Model class #7768

Merged
merged 3 commits into from
Oct 22, 2020
Merged

[php] Implement JsonSerializable in php Model class #7768

merged 3 commits into from
Oct 22, 2020

Conversation

bullett445
Copy link
Contributor

Implemented the JsonSerializable interface which allows to use json_encode() on the model object for php.

Implemented the JsonSerializable interface which allows to use json_encode() on the model object.
@jimschubert jimschubert changed the title Implement JsonSerializable in php Model class [php] Implement JsonSerializable in php Model class Oct 20, 2020
@jimschubert
Copy link
Member

Cc @jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), @ackintosh (2017/09) ❤️, @ybelenko (2018/07), @renepardon (2018/12)

Copy link
Contributor

@ybelenko ybelenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ybelenko ybelenko added this to the 5.0.0 milestone Oct 20, 2020
@ybelenko ybelenko merged commit 8c084e2 into OpenAPITools:master Oct 22, 2020
@bullett445 bullett445 deleted the patch-1 branch October 28, 2020 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants