DonutsNL/samlsso

Review CronTask.php

Ouverte

#14 ouverte le 14 oct. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)PHP (13 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (50 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur