Actions
Bug #8518
closedPHP 8 has a few compatibility issues due to deprecated behavior
Description
Reflections class name usage in container DI isn't PHP 8 compatible due to deprecation.
Several classes have optional params before required params.
Image software check is using try catch as an if else and needs to be redesigned.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1668
Actions