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

PHP 8 compatibility #27

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

PHP 8 compatibility #27

wants to merge 16 commits into from

Conversation

RinkAttendant6
Copy link
Owner

@RinkAttendant6 RinkAttendant6 commented Jan 11, 2025

Changes to allow PHP 8 compatibility.

Breaking changes

  • Resource class no longer implements Serializable.
    • JsonSerializable is NOT affected
  • Attempting to access a non-existent array element of a Resource instance will now return null. Previously, this threw a TypeError.

@RinkAttendant6 RinkAttendant6 self-assigned this Jan 11, 2025
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.

1 participant