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

Issue/753 fix deprecation warnings #757

Merged

Conversation

rob-3
Copy link
Contributor

@rob-3 rob-3 commented Feb 1, 2022

PHP 8 requires types for jsonSerialize() methods. The other commit converts the deprecated Serializable interface into the __serialize() and __deserialize() methods, which are the supported way in PHP 8.

@rob-3 rob-3 force-pushed the issue/753-fix-deprecation-warnings branch from 04052db to 18e7bc3 Compare February 1, 2022 20:33
@rob-3 rob-3 added this to the 3.2.0 milestone Feb 3, 2022
@rob-3 rob-3 linked an issue Feb 3, 2022 that may be closed by this pull request
@SimonRothUCF SimonRothUCF merged commit bdf782d into ucfopen:dev/v3-2-0 Feb 8, 2022
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.

Fix Symfony deprecation warnings
2 participants