We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since PHP 8.2 the creation of dynamic properties triggers a deprecation notice.
There is (at least) one case inside H5PEditor::processParameters() which initialises the H5PEditor::$content property dynamically.
H5PEditor::processParameters()
H5PEditor::$content
I've opened a PR to address this, see #259.
The text was updated successfully, but these errors were encountered:
This has been fixed with 389a551, but the version including this commit has not been officially released yet, I therefore leave the issue open.
Sorry, something went wrong.
No branches or pull requests
Since PHP 8.2 the creation of dynamic properties triggers a deprecation notice.
There is (at least) one case inside
H5PEditor::processParameters()
which initialises theH5PEditor::$content
property dynamically.I've opened a PR to address this, see #259.
The text was updated successfully, but these errors were encountered: