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 for PHP8.2 deprecation - property must be defined in class, not dynamically #36

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

chrisputnam9
Copy link
Contributor

Set private $meta in class definition to avoid deprecation warning about dynamically set property.

@chrisputnam9
Copy link
Contributor Author

Thanks to @theodoreslechta for identifying this issue via another project.

@trobro
Copy link
Member

trobro commented Sep 12, 2023

@chrisputnam9 thanks for fixing! The automatic tests have stalled because there are no longer any runners for Ubuntu 18. I've fixed that and added PHP 8.2 and PHP 8.3 in #37.

@trobro trobro merged commit dc722da into hjson:master Sep 14, 2023
9 checks passed
@chrisputnam9
Copy link
Contributor Author

Thanks @trobro & @peter279k !

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.

3 participants