dustpress icon indicating copy to clipboard operation
dustpress copied to clipboard

Add #[AllowDynamicProperties] to suppress dynamic property deprecation in PHP 8.2

Open jaakkolehtonen opened this issue 1 year ago • 0 comments

This change adds the #[AllowDynamicProperties] attribute to the Bodies class to address PHP 8.2 deprecation warnings related to dynamic property creation. The attribute ensures that dynamic properties can continue to be used without raising warnings, preserving compatibility with existing functionality.

jaakkolehtonen avatar Dec 05 '24 10:12 jaakkolehtonen