Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation of dynamic properties (#16440)
* Fix deprecation of dynamic properties Define magic method __set and __get in the class to avoid the deprecation message. See: https://php.watch/versions/8.2/dynamic-properties-deprecated#__get-__set * Fix 'Cannot assign by reference to overloaded object' * Use AllowDynamicProperties attribute instead of __get()/__set() --------- Co-authored-by: Jason Coward <jason@opengeek.com>
- Loading branch information