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

Fix typos in UPGRADING.md #1107

Merged
merged 2 commits into from
Jul 12, 2019
Merged

Fix typos in UPGRADING.md #1107

merged 2 commits into from
Jul 12, 2019

Conversation

jdreesen
Copy link
Contributor

First the document says the new way is to call
JsonSerializationVisitor::visitProperty(new StaticPropertyMetadata('', 'name', null), 'value')

Later it says one should call instead
JsonSerializationVisitor::visitProperty(new StaticPropertyMetadata('', 'name', 'value'), null)

I'm not sure which one is correct.

@goetas
Copy link
Collaborator

goetas commented Jul 11, 2019

Hi! Thanks for this PR.

visitProperty(new StaticPropertyMetadata('', 'name', 'value'), null) is the correct one. Do you mind updating the PR ?

After that I think is good to be merged.

@jdreesen
Copy link
Contributor Author

✔️

@goetas
Copy link
Collaborator

goetas commented Jul 12, 2019

Thank you!

@goetas goetas merged commit 5cf0c73 into schmittjoh:master Jul 12, 2019
@jdreesen jdreesen deleted the patch-1 branch July 12, 2019 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants