You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacement: Dynamic properties should not be used anymore in regard to the deprecated [dynamic properties change in PHP 8.2](https://wiki.php.net/rfc/deprecate_dynamic_properties). Properties should be declared in the class and proper getter and setters be used.
0 commit comments