DonutsNL/samlsso

Review CronTask.php

Aperta

#14 aperta il 14 ott 2025

 (1 commento) (0 reazioni) (0 assegnatari)PHP (13 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (50 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor