enhancementgood first issue
仓库指标
- 星标
- (50 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Current CronTask implements a deprecated function and references a non-existing method (according to Sonar).
/**
* @deprecated 11.0.0
*/
class QueryExpression extends Glpi\DBAL\QueryExpression
The implementation should be aligned with the GLPI11 core. Possibly the task is not functional in the current implementation.