DonutsNL/samlsso

Review CronTask.php

開放

#14 建立於 2025年10月14日

 (1 則留言) (0 個反應) (0 位負責人)PHP (13 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (50 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南