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.
Actions