DonutsNL/samlsso

Review CronTask.php

Offen

#14 geöffnet am 14.10.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)PHP (13 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (50 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide