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 result of code example #1039

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Fix result of code example #1039

merged 1 commit into from
Feb 12, 2019

Conversation

henrikthesing
Copy link
Contributor

Fix result of last code example
$serializer->serialize(['c' => 'd'], SerializationContext::create()->setInitialType('array<string,string>')); should lead to the output // {"c" : "d"}

Q A
Bug fix? no
New feature? no
Doc updated yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT

Fix result of last code example
$serializer->serialize(['c' => 'd'], SerializationContext::create()->setInitialType('array<string,string>')); should lead to the output //  {"c" : "d"}
@goetas goetas merged commit 3b2d5c9 into schmittjoh:master Feb 12, 2019
@goetas
Copy link
Collaborator

goetas commented Feb 12, 2019

thanks

@henrikthesing henrikthesing deleted the patch-1 branch February 12, 2019 10:54
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