DonutsNL/samlsso

Review CronTask.php

开放

#14 创建于 2025年10月14日

 (1 条评论) (0 个反应) (0 位负责人)PHP (13 个派生)auto 404
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.

贡献者指南