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

[Serializer] fix issue with PHP 8 #36794

Merged
merged 1 commit into from May 13, 2020
Merged

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

The current logic is a bit strange but I guess it's some legacy from PHP 5.

This keeps the current behavior while skipping the use of ReflectionParameter::getClass(), which is deprecated in PHP 8.

@fabpot
Copy link
Member

fabpot commented May 13, 2020

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 8f2c68f into symfony:3.4 May 13, 2020
@nicolas-grekas nicolas-grekas deleted the ser-php8 branch May 13, 2020 17:06
@fabpot fabpot mentioned this pull request May 16, 2020
This was referenced May 31, 2020
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

4 participants