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

DoctrineObjectConstructor Using array_key_exists() on objects is deprecated in php7.4 #1253

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

gam6itko
Copy link
Contributor

@gam6itko gam6itko commented Oct 7, 2020

Occurs with xml data.

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /builds/inexpost/www-api/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php on line 103

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

@gam6itko gam6itko changed the title Using array_key_exists() on objects is deprecated in php7.4 DoctrineObjectConstructor Using array_key_exists() on objects is deprecated in php7.4 Oct 7, 2020
@goetas goetas merged commit 3efd5db into schmittjoh:master Dec 2, 2020
@goetas
Copy link
Collaborator

goetas commented Dec 2, 2020

thanks!

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.

2 participants