diff --git a/src/Service/Rtt/RttRecoveryComputationService.php b/src/Service/Rtt/RttRecoveryComputationService.php index 766945e..0d26a7b 100644 --- a/src/Service/Rtt/RttRecoveryComputationService.php +++ b/src/Service/Rtt/RttRecoveryComputationService.php @@ -388,9 +388,6 @@ final readonly class RttRecoveryComputationService return $total; } - /** - * @param array $contractsByDate - */ /** * Date d'ancrage de la semaine pour résoudre le type/nature de contrat : premier jour * de la semaine couvert par un contrat. Évite qu'une semaine d'embauche en milieu de @@ -412,6 +409,10 @@ final readonly class RttRecoveryComputationService return $weekDays[0]; } + /** + * @param list $days + * @param array $contractsByDate + */ private function computeWeeklyOvertimeReferenceMinutes(array $days, array $contractsByDate): int { $total = 0;