PHP 8.2 removes support of dynamic class properties. Compensate the change on selected plugins.
While looking at those changes a pattern emerges.
Maybe having $markup_elements and $dependencies in parent class should be a faster and cleaner fix. While at it drop usage of way-back-obsoleted let.
PHP 8.2 removes support of dynamic class properties. Compensate the change on selected plugins.
While looking at those changes a pattern emerges. Maybe having
$markup_elements
and$dependencies
in parent class should be a faster and cleaner fix. While at it drop usage of way-back-obsoletedlet
.