- Status changed to Closed: outdated
6 months ago 2:30pm 18 October 2024
While going through the codebase, found that the class ConfigTrackController
has an undeclared property variable "configManager", which is initialised in the constructor on line 61 and used in line 243. The need to address this issue is because PHP 8.2 will show a deprecated warning for dynamic properties and PHP 9.0 a fatal error.
More info on this https://php.watch/versions/8.2/dynamic-properties-deprecated
Check the file "config_track/src/Controller/ConfigTrackController.php"
Declare the variable in the class
Create a patch and test
N/A
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.