Open thibsy opened 5 months ago
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.
This has been fixed with 389a551ae9c8a133a1944f0e8759ae366e531630, but the version including this commit has not been officially released yet, I therefore leave the issue open.
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.