DonutsNL/samlsso

Review CronTask.php

Aberta

#14 aberto em 14 de out. de 2025

 (1 comentário) (0 reação) (0 responsável)PHP (13 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (50 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador