- Issue created by @Edvinasas
- Status changed to RTBC
5 months ago 1:15pm 20 June 2024
Hello,
In PHP 8.2 and later, setting a value to an undeclared class property is deprecated, and emits a deprecation notice the first time the property is set during the lifetime of the application execution.
Deprecated function: Creation of dynamic property Drupal\userswitch\Controller\UserSwitchController::$userswitch is deprecated in Drupal\userswitch\Controller\UserSwitchController->__construct() (line 32)
I created patch for this warning.
1. Enable PHP 8.2 or later.
2. Login to other user with user switch.