DonutsNL/samlsso

Review CronTask.php

オープン

#14 opened on 2025/10/14

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)PHP (13 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (50 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド